how to convert timestamp to date in codeigniter

后端 未结 5 1088
暗喜
暗喜 2021-01-21 19:03

I want to convert 1373892900000 to Monday 2013/07/15 8:55 AM in Codeigniter.

However, I keep receiving a totally different result by converting

5条回答
  •  心在旅途
    2021-01-21 19:44

    
    

    your format = format your time in php, reading this page for details.

    http://php.net/manual/en/function.date.php
    http://php.net/manual/en/function.gmdate.php
    

提交回复
热议问题