isoyear

isoyear(d: date) 🡒 number, const pure function

Return the ISO year as defined by the lead week calendar part of the ISO 8601 date and time standard.

show summary "" a1a3 with
  isoyear(date(2019, 12, 28))
  isoyear(date(2019, 12, 31))
  isoyear(date(2020, 1, 1))

isoyear(w: week) 🡒 number, const pure function

Return the ISO year as defined by the lead week calendar part of the ISO 8601 date and time standard.

show summary "" a1a3 with
  isoyear(week(2019, 3))
  isoyear(week(2019, 15))
  isoyear(week(2020, 1))
User Contributed Notes
0 notes + add a note