I'm trying to figure out how to parse the MySQL Date/Time group
'20031001155704 ' into meaningful data (i.e. - year, month, day, hour,
minute, and second).
Is there a built-in PHP string function that does this?
Thanks,
Chris
'20031001155704 ' into meaningful data (i.e. - year, month, day, hour,
minute, and second).
Is there a built-in PHP string function that does this?
Thanks,
Chris
Comment