Converts timestamp to week of the year.
Determines the week of the year given specified timestamp.
menu: veeos ==> misc ==> week
library: veeosLib
week(now()) returns the current week of the year.
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. Original version posted to VRF by Delmar Fryd in November 2012.
VEE 7.0+, All platforms.