convert_date_string_stdform: Helper function to keep date formats in year-month-date

Description Usage Arguments Value Examples

View source: R/IPDFileCheck.R

Description

Helper function to keep date formats in year-month-date

Usage

1

Arguments

entry

a date e.g 1 Jan 2020 with no commas

orderby

give the order such as mdy, dmy etc where d refers to day, m to month and y to year

Value

entry corrected entries as in standard date format

Examples

1
convert_date_string_stdform("Jan-1-2020", "mdy")

IPDFileCheck documentation built on Feb. 1, 2022, 9:07 a.m.