Answers for "php check if date is older than 1 year"

PHP
0

php check if date is older than 1 month

if(strtotime('2011-08-19 17:14:40') < strtotime('-30 days')) {
     // this is true
 }
Posted by: Guest on August-10-2021

Code answers related to "php check if date is older than 1 year"

Browse Popular Code Answers by Language