Date
: Stores time as number of days since UNIX epoch on 1970-01-01
. with negative values for earlier dates.POSIXct
or POSIXlt
objects.sys.Date()
returns an object of class Date
ymd
, mdy
, etc. are alternatives to as.Date
that also parse to Date class; see Parsing dates and datetimes from strings with lubridate.