zeed
    Preparing search index...

    Type Alias DayInput

    DayInput: DayValue | number | string | Date | [number, number?, number?]

    Accepted inputs for day conversion helpers.

    • DayValue or number: a YYYYMMDD numeric value
    • string: a date string (parsed by digits)
    • Date: JavaScript Date
    • [year, month?, day?]: numeric parts