Create an instance of FluentDateTime with options to the
Intl.DateTimeFormat constructor.
The number value of this FluentDateTime, in milliseconds.
Options which will be passed to Intl.DateTimeFormat.
Options passed to Intl.DateTimeFormat.
The wrapped native value.
Format this FluentDateTime to a string.
Unwrap the raw value stored by this FluentType.
A
FluentTyperepresenting a date and time.A
FluentDateTimeinstance stores the number value of the date it represents, as a numerical timestamp in milliseconds. It may also store an option bag of options which will be passed toIntl.DateTimeFormatwhen theFluentDateTimeis formatted to a string.