The fields of a date

interface DateFields {
    day: number;
    month: number;
    year: number;
}

Hierarchy (View Summary)

Properties

Properties

day: number

1-31 day-of-month number

month: number

1-12 month number

year: number

full year