Loading TOC...

xdmp:quarter-from-date

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

Summary

Returns an integer between 1 and 4, both inclusive, calculating the quarter component in the localized value of $arg.

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

Parameters
arg The date whose quarter component will be returned.

Example

xdmp:quarter-from-date(xs:date("1999-05-31"))
=> 2 

Example

xdmp:quarter-from-date(xs:date("2000-01-01"))
=> 1

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