sql.week

sql.week(
   arg as xs.dateTime? | xs.date? | xs.string?
) as Number?

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 dateTime/date/string whose day component will be returned.

Example

sql.week(xs.date("2012-05-16"))
=> 20

Example

sql.week("2012-05-16")
=> 31
Powered by MarkLogic Server | Terms of Use | Privacy Policy