How to convert java timestamp to php timestamp?

前端 未结 8 1878
我寻月下人不归
我寻月下人不归 2020-12-20 18:02

how can I convert a Java timestamp like this one 1335997853142 to a format that php can read? 1335997853142 should be 02 May 2012 22:30:53

8条回答
  •  情歌与酒
    2020-12-20 18:53

    Use the date() function in php, the parameters are found here: http://php.net/manual/en/function.date.php

提交回复
热议问题