format_date_as_mdy: Format date value as mdy

View source: R/utils.R

format_date_as_mdyR Documentation

Format date value as mdy

Description

Short-hand function for formatting per mdy standard (m/d/y).

Usage

format_date_as_mdy(d)

Arguments

d

A date to format

Value

A character vector representing the mdy format of d.

Examples

## Not run: 
format_date_as_mdy(as.Date("2024-01-01"))
[1] "01/01/2024"

## End(Not run)

steveneschrich/pgreportr documentation built on Jan. 13, 2025, 7:09 p.m.