Return to Snippet

Revision: 33090
at October 6, 2010 02:08 by Tate


Initial Code
if ($time < time() - strtotime('-3 months')) {
    // older than three months
}

Initial URL
http://www.sitepoint.com/forums/showthread.php?t=584839

Initial Description


Initial Title
Check is date is past a certain timeframe

Initial Tags


Initial Language
PHP