datetime - PHP Turn back time -


I would like to turn back on 10 seconds and the format date ('H / I / S)' before the current format

How can I do this?

I should not have the time, then remove 10 seconds from the time.

Thanks

  counter date ('h / i / s' , Time () - 10);  

Comments