ISOFormatOptions
import type { ISOFormatOptions } from "https://esm.sh/v135/date-fns@3.6.0/index.d.mts";
The ISO format function options. Used to build function options.
§Properties
§
format?: ISOStringFormat
[src]The format to use: basic with minimal number of separators or extended with separators added to enhance human readability
§
representation?: ISOStringRepresentation
[src]The date representation - what component to format: date, time
or both (complete)