国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Failed to convert date timestamp to date format? Is there any other way?
天問
天問 2018-09-12 23:54:09
0
1
1372

$now = date('Ymd',2375107200);
dump($now);

錯(cuò)誤提示:"date() expects parameter 2 to be integer, float given"
微信截圖_20180912233143.png


天問
天問

reply all(1)
紅色眼睛框

php date function is limited to January 1, 1970 to January 19, 2038 in some systems (such as Windows)

Solution http://www.jquerycn.cn/a_14366 (Saw it online)

  • reply It turns out that date has a limit. Thank you. I just forced the conversion to integer. Although no error was reported, the time was consistent with what you said. Thank you
    天問 author 2018-09-13 09:16:08
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template