Interface: DateLibOptions
Defined in: src/classes/DateLib.ts:78
The options for the DateLib class.
Extends date-fns format,
startOfWeek and
endOfWeek options.
Since
9.2.0
Extends
FormatOptions.StartOfWeekOptions.EndOfWeekOptions
Properties
Date?
optionalDate:DateConstructor
Defined in: src/classes/DateLib.ts:83
A constructor for the Date object.
locale?
optionallocale:Locale
Defined in: src/classes/DateLib.ts:85
A locale to use for formatting dates.
Overrides
DateFnsFormatOptions.locale
numerals?
optionalnumerals:Numerals
Defined in: src/classes/DateLib.ts:97
The numbering system to use for formatting numbers.
Since
9.5.0
timeZone?
optionaltimeZone:string
Defined in: src/classes/DateLib.ts:91
A time zone to use for dates.
Since
9.5.0