sql:week( $arg as xs:dateTime? | xs:date? | xs:string? ) as xs:integer?
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. |
sql:week(xs:date("2012-05-16")) => 20
sql:week("2012-05-16") => 31