@resee-movies/utilities - v1.0.2
Preparing search index...
areDatesEqual
Function areDatesEqual
areDatesEqual
(
dateA
:
Date
|
null
|
undefined
,
dateB
:
Date
|
null
|
undefined
,
limit
?:
AreDatesEqualPrecision
,
)
:
boolean
Compares two date values to determine if they are the same to the given precision.
Parameters
dateA
:
Date
|
null
|
undefined
dateB
:
Date
|
null
|
undefined
limit
:
AreDatesEqualPrecision
= 'minute'
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@resee-movies/utilities - v1.0.2
Loading...
Compares two date values to determine if they are the same to the given precision.