Hi
I am trying to format my data that looks like 1/28/2014 to a date that looks like this 1/28/14 (that represents January 28, 2014)
I tried using format %tdnn/dd/yy but that gives me something different.
I just want to take the four digit year and turn it into a two digit year.
Thanks!
I am trying to format my data that looks like 1/28/2014 to a date that looks like this 1/28/14 (that represents January 28, 2014)
I tried using format %tdnn/dd/yy but that gives me something different.
I just want to take the four digit year and turn it into a two digit year.
Thanks!
Comment