Helper functions from @date-io/* utils

interface DatePickerUtils {
    getMonth(value: null | Date): number;
    parse(value: string, format: string): null | Date;
}

Methods

Methods

  • Parameters

    • value: null | Date

    Returns number

  • Parameters

    • value: string
    • format: string

    Returns null | Date