How to calculate days till some point in future in PHP?

前端 未结 4 1677
野的像风
野的像风 2021-01-18 10:42

I\'ve a date like this: 2011-01-28 00:37:15. What would be the most efficient way to get days from now till this date? I want like number of full days till this

4条回答
  •  耶瑟儿~
    2021-01-18 10:59

    Looks like this should help:

    http://www.prettyscripts.com/code/php/php-date-difference-in-days

提交回复
热议问题