Date
Represents a date according to the Gregorian calendar.
This is an alias for the DateUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "date" | |
day | number | Day of the month; 1-31 |
month | number | Month; 1-12 |
year | number | Year; 1-9999 |