xdmp.monthNameFromDate( arg as Date? ) as String?
Returns month name, calculated from the localized value of $arg.
If $arg is an empty sequence or null, returns null.
Parameters | |
---|---|
arg | The date whose month-name will be returned. |
xdmp.monthNameFromDate(xs.date("1999-05-31")); => May
xdmp.monthNameFromDate(xs.date("2000-01-01")); => January