| day {dateutils} | R Documentation | 
Return the day of a Date value
Description
Return the day of a Date value as an integer
Usage
day(date)
Arguments
| date | date value formated as.Date() | 
Value
the day of the date (integer)
Examples
day(as.Date("2019-09-15")) ## 15
[Package dateutils version 0.1.5 Index]