Loading TOC...

xdmp.yeardayFromDate

xdmp.yeardayFromDate(
   arg as Date?
) as Number?

Summary

Returns an integer between 1 and 366, both inclusive, representing the yearday value in the localized value of $arg.

If $arg is an empty sequence or null, returns null.

Parameters
arg The date whose days of the year will be returned.

Example

xdmp.yeardayFromDate(xs.date('1997-07-16'))
=> 197

Example

xdmp.yeardayFromDate(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.