I'm trying to figure out how to take a date format like this:
2003-10-03 and covert it to the mktime values.
Reason why is I want to convert a column in my table that orignally stored the dates in this format: 2003-10-3, but since I finally understand better the use of mktime, I would like to convert all of my original dates so that it is consistant in look.
I tried a few things that failed so I obviously am doing something wrong, yet again. Thanks for any advice. 😃