day.string {Animal} | R Documentation |
This function converts POSIXt dates to a string reprentation of the date. The string format is convenient when calculating daily summaries etc.
day.string(x)
x |
A POSIXt object |
Day in string format.
Matti Pastell <matti.pastell@helsinki.fi>
date <- Sys.time() day.str <- day.string(date) print(day.str)