Hello Everyone,
I have data in the format "01/17/11" and I would like to convert it to format "01/17/2011". I read date as a string and cut necessary digits. I tried to pad year "11" with "20", but padding did not work.
Could you give me an idea what I have done wrong?
Regards,
august_month
I have data in the format "01/17/11" and I would like to convert it to format "01/17/2011". I read date as a string and cut necessary digits. I tried to pad year "11" with "20", but padding did not work.
Could you give me an idea what I have done wrong?
Regards,
august_month