Tag Archives: date

Home Posts tagged "date"
How to Get Number of Days Between Two Dates in PHP
Sometimes we need to calculate the days between two given dates. In this post, we will see How to Get Number of Days Between Two Dates in PHP with an example. So there are two ways to do the same, one is using the PHP date_diff() and another is using strtotime() function. We encountered many [&helli...