Function: maxDate()
maxDate(
a,b):CalendarDate
Defined in: src/lib/dates/index.ts:176
The later of two dates. Ties (same day) resolve to a.
Parameters
a
First date.
b
Second date.
Returns
Whichever of a/b is on or after the other.
maxDate(
a,b):CalendarDate
Defined in: src/lib/dates/index.ts:176
The later of two dates. Ties (same day) resolve to a.
First date.
Second date.
Whichever of a/b is on or after the other.