mdays: Calculate the number of days in a given year and month

View source: R/mdays.R

mdaysR Documentation

Calculate the number of days in a given year and month

Description

Calculate the number of days in a given year and month.

Usage

mdays(year, month)

Arguments

year

A given year.

month

A given month, vectorization parameter passing is supported.

Value

Days in a given year and month.

Examples

mdays(2025, 1:12)


CNID documentation built on April 4, 2025, 5:22 a.m.

Related to mdays in CNID...