Week of Year
Gets or sets the week of the year.
This dependent on
WeekOfYear
plugin to work
dayjs.extend(weekOfYear)
dayjs('2018-06-27').week() // 26
dayjs('2018-06-27').week(5) // set week
Gets or sets the week of the year.
This dependent on
WeekOfYear
plugin to work
dayjs.extend(weekOfYear)
dayjs('2018-06-27').week() // 26
dayjs('2018-06-27').week(5) // set week