JulDate {FAO56} | R Documentation |
JulDate
returns Julian Date.
JulDate(date)
date |
Optional. A character string that denotes the date in the format "Year-Month-Day" or "Year/Month/Day". |
This is a function to calculate Julian Date.
The function returns Julian Date as a numeric scalar.
JulDate(date = "2020-06-25")
JulDate(date = "2020/06/25")