Flex : converting seconds to readable english
Posted
by dta
on Stack Overflow
See other posts from Stack Overflow
or by dta
Published on 2010-03-23T08:29:55Z
Indexed on
2010/03/23
8:33 UTC
Read the original article
Hit count: 226
For example :
input = 360 seconds
output = 6 minutes
input = 86400
output = 1 day
Is there a built-in method for this.
I did find something similar here.
Just want to know if there is a built-in method?
© Stack Overflow or respective owner