dayofyear(
DATE
)

The dayofyear( function computes the day within a quarter.


Parameters

This function has one parameter:

date – is a number representing the date.


Description

This function computes the day within a year as a number from 1 to 366.

dayofyear(today() ☞ 147

See Also


History

VersionStatusNotes
10.2.2NewNew in this version