I have a date field and I need to check if it is 5 characters and if so format it as YYYYYMMDD
Some of the dates are stored as 5 characters(i.e. 70201 (represents 20070201)) or 6 characters(i.e. 150201(represents 20150201)
How can I convert the date so...
Some of the dates are stored as 5 characters(i.e. 70201 (represents 20070201)) or 6 characters(i.e. 150201(represents 20150201)
How can I convert the date so...