time_jd {eseis} | R Documentation |
This function converts a POSIXct-like date into the corresponding Julian Day number and returns it as string format.
time_jd(time)
time |
|
There is also a more powerful function to convert between different time
formats, see time_convert
for details.
Character
value, Julian Day corresponding to the input
date.
Michael Dietze
time_jd(time = "2020-05-01")