lundi 8 juillet 2019

convert minus second to (HH:MM:SS ) in php

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