Format yday dates
Arguments
- x
A numeric vector to format
- format
a
character
string. If not specified when converting from a character representation, it will trytryFormats
one by one on the first non-NA
element, and give an error if none works. Otherwise, the processing is viastrptime()
whose help page describes available conversion specifications.