I have two sets of information.
One is a date that is in Tuesday, January 26, 2010
format.
This is $date
Now i also have one of two things for time.
$stime
can be either 7:30pm
or Tuesday, January 26, 2010 7:30pm
What i need to do, is first, convert $stime
to HH:MM:SS
format, then combine it with $date
and convert the two together to YYY-MM-DD HH:MM:SS
format.