DayOfYear Function

  • Updated

Returns the day of the year, 1 = 1/1 and 365(366) = 12/31.

Syntax 1

 

Returns the day of the year, 1 = 1/1 and 365(366) = 12/31.

 

DayOfYear()

Syntax 2

 

Returns the day of the year, 1 = 1/1 and 365(366) = 12/31.

 

DayOfYear(date)

 

 

Arguments:

 

 

 

date

Date - A date.

Remarks

  • Example: DayOfYear("2005-1-28") returns 28.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.