PHP date calculation

前端 未结 11 1694
不知归路
不知归路 2021-01-01 08:19

What is the best (date format independent way) in PHP to calculate difference in days between two dates in specified format.

I tried the following function:

11条回答
  •  悲&欢浪女
    2021-01-01 09:15

    The PEAR Date class offers all kinds of features for finding the differences between dates and about 1000 other things as well. The docs for it are here...

提交回复
热议问题