3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
export const DATE_TIME_FORMAT = 'yyyy-MM-dd HH:mm:ss';
|
|
export const DATE_FORMAT = 'yyyy-MM-dd';
|