How to convert date to timestamp in PHP?

前端 未结 19 2443
暗喜
暗喜 2020-11-22 05:38

How do I get timestamp from e.g. 22-09-2008?

19条回答
  •  無奈伤痛
    2020-11-22 06:28

    Using strtotime() function you can easily convert date to timestamp

     
    

    More info: http://php.net/manual/en/function.strtotime.php

    Online conversion tool: http://freeonlinetools24.com/

提交回复
热议问题