I have a bunch of dates that that are formatted as:
1252011
1112011
12302010
12152010
11162010
etc.
the month is first one or two digits, with the date (2 digits) and year following (4 digits). I want to use the right/left function to strip the month out of the data. The problems is the month can either be the first 1 or 2 characters depending on the month. Any suggestions would be greatly appreciated.
Thanks.
Chet
1252011
1112011
12302010
12152010
11162010
etc.
the month is first one or two digits, with the date (2 digits) and year following (4 digits). I want to use the right/left function to strip the month out of the data. The problems is the month can either be the first 1 or 2 characters depending on the month. Any suggestions would be greatly appreciated.
Thanks.
Chet