Skip to content

libdate_DaysOfCalendarWeekISO()

angerangel edited this page May 27, 2015 · 1 revision

Function libdate_DaysOfCalendarWeekISO() returns the dates contained in a particula week of a particular year, following ISO convention. For example:

libdate_DaysOfCalendarWeekISO(2015,35)

returns

2015,8,24
2015,8,25
2015,8,26
2015,8,27
2015,8,28
2015,8,29
2015,8,30

Clone this wiki locally