User`s guide

APPENDIX A Function Reference
Users Guide 143
uHour("now") // returns current quarter
uHour("1969-03-13 10:22:23.231") // returns "10"
uIsoWeek
Description Returns the week number as defined by ISO 8601.
The first week of a year is Number 01, which is defined as being the week
which contains the first Thursday of the calendar year, which implies that it is
also:
The first week which is mostly within the calendar year
The week containing January 4th
The week starting with the Monday nearest to January 1st
The last week of a year, Number 52 or 53, therefore is:
The week which contains the last Thursday of the Calendar year
The last week which is mostly within the Calendar year
The week containing December 28th
The week ending with the Sunday nearest to December 31st
Note Refer to the “Working with Dates and Times” section for detailed
information about the possible modifier arguments.
Syntax number uIsoWeek([modifiers])
Parameters
string modifiers (optional)
String specifying a date or date calculation. The default is the
now modifier.
Examples To get the ISO week number from a date.
uIsoWeek("now") // returns current week number