Format a date into a consistent human-readable format
date_name.Rd
Format a date into a consistent human-readable format
Arguments
- x
a date in date format.
- abbr_day
logical. Whether or not you would like the name of the day of the week to be abbreviated. Defaults to TRUE.
- abbr_month
logical. Whether or not you would like the name of the month to be abbreviated. Defaults to TRUE.
- include_year
logical. Whether you would like the date to include the year. Defaults to FALSE.