time:milliseconds_to_english(INT $milliseconds, BOOL $abbreviate=TRUE)
time:milliseconds_to_english(1756, 0)
#=> "1 Seconds and 756 Milliseconds"
#===
time:milliseconds_to_english(2000)
#=> "2 SEC"
#===
time:milliseconds_to_english(110000)
#=> "1 MIN and 50 SEC"
#===
time:milliseconds_to_english(259200000)
#=> "72 HR"
Copyright ©2013-2022 SunSed®. All rights reserved.