Skip to contents

Return the day of date date

Usage

standard_day(date)

Arguments

date

A date.

Value

The day component of a date.

Examples

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