Interface MomentCreationData

interface MomentCreationData {
    format?: MomentFormatSpecification;
    input: MomentInput;
    isUTC: boolean;
    locale: Locale;
    strict?: boolean;
}

Properties

isUTC: boolean
locale: Locale
strict?: boolean