advanced code snippet search
Waldio on 03/23/11
scripts functies
03/23/11 06:16am
URL: http://php.net/strtotime
$nu = date('j n');$kerst = date('j n', strtotime('25 12'));$sint = date('j n', strtotime('5 12')); if($nu == $kerst) { echo 'Fijne feestdagen!';}elseif($nu == $sint) { echo 'Hoor de wind waait door....';}
Report this snippet Tweet
Comment:
You need to login to post a comment.