R/days-in-month.R
dtt_days_in_month.Rd
Days in the Month
dtt_days_in_month(x)
A Date or POSIXct vector.
A integer vector of 28 to 31 indicating the days in the month.
Other days: dtt_days_in_year(), dtt_doy(), dtt_doy_to_date()
dtt_days_in_year()
dtt_doy()
dtt_doy_to_date()
dtt_days_in_month(as.Date(c("2000-02-11", "2001-02-01"))) #> [1] 29 28