Loading TOC...

xdmp:week-from-date

xdmp:week-from-date(
   $arg as xs:date?
) as xs:integer?

Summary

Returns an xs:integer between 1 and 53, both inclusive, representing the week value in the localized value of $arg.

If $arg is the empty sequence, returns the empty sequence.

Parameters
arg The date whose weeks of the year will be returned.

Example

xdmp:week-from-date(xs:date("2012-05-16"))
=> 20

Example

xdmp:week-from-date(xs:date("2000-01-01"))
=> 52 

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.