/
YeardayFromDate function
YeardayFromDate function
Returns the day number in the year from the given date.
Namespace
datetime
Input
date(date
|string
)
Output
day(int
)
Example
If basedate
contains the date 2008-08-18
, then the two following functions are equivalent, and return the value 231
set-column result datetime:YeardayFromDate('2008-08-18')
set-column result datetime:YeardayFromDate(basedate)
Related content
YearFromDate function
YearFromDate function
More like this
DateFromJulianDay function
DateFromJulianDay function
More like this
DateFromDaysSince function
DateFromDaysSince function
More like this
MonthDayFromDate function
MonthDayFromDate function
More like this
JulianDayFromDate function
JulianDayFromDate function
More like this
DaysInMonth function
DaysInMonth function
More like this
Created in 2020 by Google Inc.