day {Animal} | R Documentation |
This function extracts the day of month from date objects
x |
A POSIXt object |
day |
Day of month for the input object |
Matti Pastell <matti.pastell@helsinki.fi>
week
, day.string
,
hour
, month
date <- Sys.time() day.number <- day(date) print(day.number)