Learn R Programming

DatabaseConnector (version 6.3.3)

month: Extract the month from a date

Description

This function is provided primarily to be used together with dbplyr when querying a database. It will also work in dplyr against data frames.

Usage

month(date)

Value

The month

Arguments

date

The date.

Examples

Run this code
month(as.Date("2000-02-01"))

Run the code above in your browser using DataLab