type alias CreateDateFormat

Optional format string used when parsing a date.

If provided, Dayjs will parse the input using this format.

Definition

string | undefined

Usage

import { type CreateDateFormat } from ".";