Aliases: +.Date -.Date Ops.Date
Keywords: utilities chron
### ** Examples ## No test: (z <- Sys.Date())
[1] "2025-08-11"
z + 10
[1] "2025-08-21"
z < c("2009-06-01", "2010-01-01", "2015-01-01")
[1] FALSE FALSE FALSE
## End(No test)