date2doy
date2doy(date) -> Integer
Compute the Day-Of-Year (DOY) from date that can be a string or a Date/DateTime type. If ommited, returns today’s DOY
Source Code
This function has multiple methods:
date2doy(date::String)- utils.jl:364date2doy()- utils.jl:362date2doy(date::Dates.TimeType)- utils.jl:363