Skip to main content

@microsoft/fast-foundation > MonthFormat

MonthFormat type

A type representing the different month formats

Signature:
export declare type MonthFormat = "2-digit" | "long" | "narrow" | "numeric" | "short";