powered by
Converts an integer date (day,month,year) into a Julian day of year (DOY). If y is missing, 2000 is assumed.
date2jul2(d,m,y)
Day of month, numeric coecerd into an integer.
Month of year, numeric coerced into an integer.
Year, numeric coerced into an integer, default 2000.
Day of year as integer.
Year as integer.
# NOT RUN { date2jul2(31,5,1970) # }
Run the code above in your browser using DataLab