did some several searches on this board on how to convert a mysql timestamp into a scalar that you can print out in html thats formatted.
i have a mysql column that automatically updates the date and time using a timestamp column.
it looks like this.
How can I convert that string into a well formatted Date? I'm thinking something like
05-19-2005 4;00 amest --or something?? I have no clue where to begin, some of the threads I read had a a few ways (posix, timestamp module???) --but I'm just not sure on which one is right for the situation I'm in?