Voting

: nine plus zero?
(Example: nine)

The Note You're Voting On

kuzb
14 years ago
It should be noted that this class will not calculate days/hours/minutes/seconds etc given a value in a single denomination of time. For example:

<?php
$di
= new DateInterval('PT3600S');
echo
$di->format('%H:%i:%s');

?>

will yield 0:0:3600 instead of the expected 1:0:0

<< Back to user notes page

To Top