Skip to contents

Return the month of date date

Usage

standard_month(date)

Arguments

date

A date.

Value

The month component of a date.

Examples

if (FALSE) {
standard_month(c(1, 2, 3))
}