temporal-fns
GitHub
npm
Preparing search index...
isSameDay
Function isSameDay
isSameDay
(
a
:
TemporalWithDate
,
b
:
TemporalWithDate
)
:
boolean
Returns
true
when
a
and
b
share the same calendar date (year, month, day). Time is ignored.
Parameters
a
:
TemporalWithDate
b
:
TemporalWithDate
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
temporal-fns
Loading...
Returns
truewhenaandbshare the same calendar date (year, month, day). Time is ignored.