I have a date field in mysql that contains numbers li开发者_JS百科ke 2455419. Any idea what format this is and how to convert to php/human eadable form?
Seems to be Unix Timestamp. You can convert it to human readable form by using date() function of PHP.
加载中,请稍侯......
精彩评论