DayOfYear()
Syntax
Result = DayOfYear(Date)Description
Returns the number of days elapsed since the beginning of the year of the specified date. The result is always between 1 and 366.Debug DayOfYear(Date(2002, 2, 1, 0, 0, 0)) ; Outputs '32'. (31 days for january + 1)
Supported OS
Windows, Linux, MacOS X