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