About
See also: R - Date Time (POSIXct)
Management
Date
- Conversion Functions to and from Character
as.Date(res$START_TS, format="%Y-%m-%d")
- Get Current date
Sys.Date()
str(Sys.Date())
Date[1:1], format: "2017-02-22"
See also: R - Date Time (POSIXct)
as.Date(res$START_TS, format="%Y-%m-%d")
Sys.Date()
str(Sys.Date())
Date[1:1], format: "2017-02-22"