Samples
Forum
Support
Documentation
add
copy
datePart
dateToStr
dayStart
equal
getISOWeek
getUTCISOWeek
isHoliday
monthStart
strToDate
timePart
toFixed
weekStart
yearStart
Start
API Reference
Mixins
Date
Methods
equal
compare two dates
boolean
equal
(
object
datea
,
object
dateb
);
Parameters
datea
object
first date to compare
dateb
object
second date to compare
Returns
boolean
true if both dates point to the same value
Back to top