nice_govuk_date: Formats dates to gov.uk requirements

View source: R/nice_things.R

nice_govuk_dateR Documentation

Formats dates to gov.uk requirements

Description

gov.uk dates are supposed to be formatted DD Month YYYY This function takes a date and reformats it accordingly

Usage

nice_govuk_date(x)

Arguments

x

A date object

Value

A string

Examples

nice_govuk_date(Sys.Date())

simonthelwall/nicethings documentation built on Feb. 27, 2023, 3:15 p.m.