am
From lubridate v1.1.0
by Garrett Grolemund
Does date time occur in the am or pm?
Does date time occur in the am or pm?
- Keywords
- chron
Usage
am(x)
Arguments
- x
- a date-time object
Value
- TRUE or FALSE depending on whethe x occurs in the am or pm
Examples
x <- now()
am(x)
pm(x)
Community examples
Looks like there are no examples yet.