Examples for 'lubridate::am'


Does date time occur in the am or pm?

Aliases: am pm

Keywords: chron

### ** Examples

x <- ymd("2012-03-26")
am(x)
[1] TRUE
pm(x)
[1] FALSE

[Package lubridate version 1.8.0 Index]