In mysql database I store date column as unix-timestamp format (for example:1264105904). I want to convert this date to datetime like "Oct 11, 2011 6:25 am PDT" in select statement. How can I achieve this?
In mysql database I store date column as unix-timestamp format (for example: 1264105904 ).
Share
should do what you want