DOY
Name
DOY
Purpose
Print (or optionally return) the current UT DOY
Category
SNOE, date
Calling Sequence
DOY, today
Optional Outputs
today: contains the day-of-year of today in London
Example
To print the current doy:
IDL> DOY
To get the current doy in a variable:
IDL> DOY, var
Modification History
Written by: KDM
2002-09-25: KDM; Added docs