View source: R/days-in-month.R
dtt_days_in_month | R Documentation |
Days in the Month
dtt_days_in_month(x)
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_month(as.Date(c("2000-02-11", "2001-02-01")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.