Check is date is past a certain timeframe


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. if ($time < time() - strtotime('-3 months')) {
  2. // older than three months
  3. }

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

Report this snippet


Comments


You need to login to view comments.