I have seconds in minus format and that I want to convert HH:MM:SS format.
For Example :
Seconds = -8525
Converted Time = -02:22:05
i am trying this but it's not working properly...
$seconds = 8525;
echo gmdate('H:i:s', $seconds);
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire