Tuesday, August 21, 2012

Date comparison


if(strtotime("now") < strtotime('2012-08-21 9:54')){
    echo  "something... ";
}