Skip to content

Formatting dates

Ben Tupper edited this page Mar 26, 2021 · 3 revisions

R provides a number of ways to format Date class (integer days since some start date) and POSIX class (real number of seconds since some start time) values into human-friendly time strings.

Clone this wiki locally