xdmp:month-name-from-date( $arg as xs:date? ) as xs:string?
Returns month name, calculated from the localized value of $arg.
If $arg is an empty sequence, returns the empty sequence.
Parameters | |
---|---|
arg | The date whose month-name will be returned. |
xdmp:month-name-from-date(xs:date("1999-05-31")) => May
xdmp:month-name-from-date(xs:date("2000-01-01")) => January
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.