Interface DateFormatOptions

Options for date fomatters.

interface DateFormatOptions {
    format?: DateFormat;
    separator?: string;
}

Properties

Properties

format?: DateFormat

The desired date format.

separator?: string

The separator between day, month and year.

Generated using TypeDoc