@technobuddha > library > Time > Formatting
Type Alias: FormatDateOptions
ts
type FormatDateOptions = {
utc?: boolean;
};Defined in: format-date.ts:87
Options for formatting a date
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
utc? | boolean | Format the date in the UTC timezone | src/format-date.ts:89 |