format_class_date: Format a date

View source: R/text_formatting.R

format_class_dateR Documentation

Format a date

Description

Format a date as month and day.

Usage

format_class_date(d, abbr = TRUE)

format_class_day_date(d, abbr_month = TRUE, abbr_wday = TRUE)

Arguments

d

A date.

abbr

Abbreviate the month.

abbr_month

Abbreviate the month.

abbr_wday

Abbreviate the day of the week.

Value

The formatted date.

Functions

  • format_class_day_date(): Format a date as day of week, month, and day.

Examples

format_class_date(Sys.Date())

format_class_day_date(Sys.Date())


jonathan-g/semestr documentation built on Jan. 23, 2025, 3:10 p.m.