Learn R Programming

DatabaseConnector (version 6.3.3)

day: Extract the day 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

day(date)

Value

The day

Arguments

date

The date.

Examples

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

Run the code above in your browser using DataLab