How to get duration dates between two dates in php? (year/month/day)! How to?
One date is in mysql database and other one is today!!!
How to get duration dates between two dates in php? (year/month/day)! How to?
One date is in mysql database and other one is today!!!
You might want to look into the php date_diff() function https://www.php.net/manual/de/function.date-diff.php