Hello. Question regarding strings that I can't wrap my head around.
I have a list of dates in the following format: 200929 - this signifies February 9, 2009.
What I need,however, is for each such value to have eight digits - meaning I must add zeroes to the month and/or day when they're single digits. For the example above, I need it to become 20090209
Any advice on how to get started on tackling this? Any help would be appreciated.
Bookmarks