Skip to main content

Interface: DateLibOptions

The options for the DateLib class.

Extends date-fns format, startOfWeek and endOfWeek options.

Since

9.2.0

Extends

  • FormatOptions.StartOfWeekOptions.EndOfWeekOptions

Properties

Date?

optional Date: DateConstructor

A constructor for the Date object.

Defined in

src/classes/DateLib.ts:70


locale?

optional locale: Locale

A locale to use for formatting dates.

Overrides

DateFnsFormatOptions.locale

Defined in

src/classes/DateLib.ts:72