questo è quello che mi stampaCodice PHP:
<?
$ORA_ATTUALE_P5 = date('H:i:s', $ORA_ATTUALE_P5);
echo $ORA_ATTUALE_P5 . "
";
$ciao = date('H', $ORA_ATTUALE_P5);
echo $ciao;
?>
perche ?Codice PHP:
21:18:15
01
perche non mi stampa 21 ?
grazie