Type Alias: DateFormatPattern
DateFormatPattern = typeof
DATE_FORMATS[keyof typeofDATE_FORMATS]
Defined in: src/modules/date.ts:51
Union of supported date format pattern strings.
Example​
const fmt: DateFormatPattern = 'yyyy-MM-dd';
DateFormatPattern = typeof
DATE_FORMATS[keyof typeofDATE_FORMATS]
Defined in: src/modules/date.ts:51
Union of supported date format pattern strings.
const fmt: DateFormatPattern = 'yyyy-MM-dd';