days_in_month: Get the number of days in the month of a date-time

View source: R/accessors-month.r

days_in_monthR Documentation

Get the number of days in the month of a date-time

Description

Date-time must be a POSIXct, POSIXlt, Date, chron, yearmon, yearqtr, zoo, zooreg, timeDate, xts, its, ti, jul, timeSeries, and fts objects.

Usage

days_in_month(x)

Arguments

x

a date-time object

Value

An integer of the number of days in the month component of the date-time object.


lubridate documentation built on Sept. 27, 2023, 5:07 p.m.