I have an Input file that holds dates as follows.
1/2/99 00:00:00
1/3/99 00:00:00
1/4/00 00:00:00
1/4/99 00:00:00
1/5/99 00:00:00
1/6/00 00:00:00
I would like to process this file so I output the dates in DD/MM/YYYY format. I need to have leading zeros where appropriate and the year needs to be 2000 for "00" and 1999 for "99".
eg the last record in the sample should read 01/06/2000.
Can anyone help me out.
Regards
Mark
1/2/99 00:00:00
1/3/99 00:00:00
1/4/00 00:00:00
1/4/99 00:00:00
1/5/99 00:00:00
1/6/00 00:00:00
I would like to process this file so I output the dates in DD/MM/YYYY format. I need to have leading zeros where appropriate and the year needs to be 2000 for "00" and 1999 for "99".
eg the last record in the sample should read 01/06/2000.
Can anyone help me out.
Regards
Mark