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
getISOWeek
gets the number of week by ISO (local time zone)
number
getISOWeek
(
object
date
);
Parameters
date
object
date object
Returns
number
the number of week
Back to top