I have a string variable containing a date imported from Excel in the following format;
"MM/DD/YY"
However, MM and DD could be single digit for single digit months. That's one problem. The other problem is that the years span 1996-2015 and are not specified as 1998 or 2006 but are reported in a two digit format (e.g. 98, 06).
I would very much appreciate a solution to this problem.
"MM/DD/YY"
However, MM and DD could be single digit for single digit months. That's one problem. The other problem is that the years span 1996-2015 and are not specified as 1998 or 2006 but are reported in a two digit format (e.g. 98, 06).
I would very much appreciate a solution to this problem.
Comment