I'm trying to round my time to nearest hour, but every time I fail.
Is it possible to round time, but not change the structure? I tried to use ceil and floor, but I failed...
$date = "2015/04/20 06:59";
$date = date("Y/m/d H:0",strtotime($date));
print $date; //Need to print 2015/04/20 07:00