powered by
Helper function to keep date formats in year-month-date
convert_date_numeric_stdform(column, index, orderby = "dmy")
entry corrected entries as in standard date format
a data frame or a vector
those correspond to valid date in numeic form (omitting non response code or no entry)
give the order such as mdy, dmy etc where d refers to day, m to month and y to year
convert_date_numeric_stdform(c("01/01/2000", "02/02/2002"), c(1, 2), "dmy")
Run the code above in your browser using DataLab