Gets the week days for the locale.
Examples
x <- as.Date("1990-01-02")
dtt_wday(x)
#> [1] "Tuesday"
x <- as.POSIXct("1990-01-02 23:40:51")
dtt_wday(x, abbr = TRUE)
#> [1] "Tue"
Gets the week days for the locale.
x <- as.Date("1990-01-02")
dtt_wday(x)
#> [1] "Tuesday"
x <- as.POSIXct("1990-01-02 23:40:51")
dtt_wday(x, abbr = TRUE)
#> [1] "Tue"