R/Months.POSIXt.R

Months.POSIXt <- function (x) 
{
    as.numeric(format(x, "%m"))
}
John-R-Wallace/R-ToolBox documentation built on April 17, 2024, 1:37 p.m.