powered by
Helper function to keep date formats in year-month-date
convert_date_string_stdform(entry, orderby)
entry corrected entries as in standard date format
a date e.g 1 Jan 2020 with no commas
give the order such as mdy, dmy etc where d refers to day, m to month and y to year
convert_date_string_stdform("Jan-1-2020", "mdy")
Run the code above in your browser using DataLab