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