Skip to content

@technobuddha > library > Time > Formatting

Type Alias: FormatDateOptions

ts
type FormatDateOptions = {
  utc?: boolean;
};

Defined in: format-date.ts:87

Options for formatting a date

Properties

PropertyTypeDescriptionDefined in
utc?booleanFormat the date in the UTC timezonesrc/format-date.ts:89