I am being passed data in a 140 character string, containing a date, of the format DD xxxx YY where xxxx can be JANUARY FEBRUARY etc etc.
The date can be anywhere in the string.
Is there any way of identifying it, and turning it into YYMMDD format ?
I had though of getting the first character of the month, and then locating the leading and trailing spaces around it, but I am not clever or skilled enough.
The date can be anywhere in the string.
Is there any way of identifying it, and turning it into YYMMDD format ?
I had though of getting the first character of the month, and then locating the leading and trailing spaces around it, but I am not clever or skilled enough.