Converts year and week to timestamps at start and end of the week.
Use this when you have use for the start and stop timestamps for a given week.
menu: veeos ==> Date/Time ==> ywToDate
library: veeosLib
o_ywToDate(2024,14)
returns the timestamps of the start and stop
of the 14th week of 2024.
VEE has built-in functions for day, month, year, but not time. This helps complete the set of Time/Date functions. Week in this case is defined by ISO-8601. Derived from original work posted to VRF by Delmar Fryd in November 2012.
VEE 7.0+, All platforms.
time, yDay, yWeek, timeZone, utcNow, unixNow