开发者

mysql date to php

开发者 https://www.devze.com 2023-01-11 09:49 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消