R/utils.R
is.Date_or_POSIXct.Rd
Tests whether an R object is a Date or POSIXct.
is.Date_or_POSIXct(x)
The R object to test.
A flag indicating whether x inherits from Date or POSIXct.