Skip to contents

Make a pretty date

Usage

pretty_date(x = NULL)

Arguments

x

A Date. If x is NULL, the system date is returned.

Value

A character string representing the date.

Examples


pretty_date()
#> [1] "September 30, 2024"