Loading TOC...

fn.monthFromDate

fn.monthFromDate(
   arg as Date?
) as Number?

Summary

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

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

Parameters
arg The date whose month component will be returned.

Example

fn.monthFromDate(xs.date("1999-05-31-05:00"))
=> 5 

Example

fn.monthFromDate(xs.date("2000-01-01+05:00"))
=> 12

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