UNPKG

@uozi-admin/curd

Version:
15 lines (14 loc) 442 B
export declare const DATE_FORMAT = "YYYY-MM-DD"; export declare const DATE_TIME_FORMAT = "YYYY-MM-DD HH:mm:ss"; export declare const TIME_FORMAT = "HH:mm:ss"; export declare const YEAR_FORMAT = "YYYY"; export declare const MONTH_FORMAT = "YYYY-MM"; export declare const WEEK_FORMAT = "YYYY-wo"; export declare const Format: { date: string; datetime: string; time: string; year: string; month: string; week: string; };