MonthFormat Type
Declaration
export type MonthFormat = "Default" | "Full" | "Abbreviated" | "Numeric"
Members
Name |
---|
"Default" |
"Full" |
"Abbreviated" |
"Numeric" |
export type MonthFormat = "Default" | "Full" | "Abbreviated" | "Numeric"
Name |
---|
"Default" |
"Full" |
"Abbreviated" |
"Numeric" |
No
Your feedback is appreciated.