Maybe because it's 4.27 in the morning, i can't figure this out!
Prints:
rather than, for example:

Code:
$formatOfTime = "H:i";
$axisTime1 = strtotime("+1 hour");
$axisTime1 = date("$formatOfTime", $axisTime1);
Prints:
rather than, for example:
05:29
