Saturday, 17 August 2013

how to convert time to words in php

how to convert time to words in php

I have this HH:mm:ss total time format and i want to convert it to words e.g.
01:00:00 = 1hour
00:30:00 = 30minutes
00:00:30 = 30seconds
01:30:30 = 1hr 30minutes 30seconds
Any Help?

No comments:

Post a Comment