Auto formats a POSIX object to output the day of week, full date, and 24 hour time.

pft(td = Sys.time())

Arguments

td

A POSIX date time object or vector, or at least a string vector that can be interpretted by default as a POSIX object. Defaults to Sys.time() if no time is provided.

See also

POSIXct, print pp

Examples

pft()
#> [1] "Thu Jun-21-2018, 10:57"