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