Skip to main content
Inspiring
March 26, 2009
Answered

convert time from digits to words

  • March 26, 2009
  • 1 reply
  • 608 views
Hi,

Is there a built-in or freely available actionscript function that would convert time from digits to words. For example, "9:30" becomes "half past nine"?

Thanks!
This topic has been closed for replies.
Correct answer Greg Dove
oops, missed the requirement for numbers as words, added that in:
edit: fixed '1 minutes past' changed to '1 minute past'
edit2:clarity with Number type on hour

1 reply

Inspiring
March 26, 2009
here's a simple example using hours and minutes. There's no validation checking on the input ranges.

Greg DoveCorrect answer
Inspiring
March 26, 2009
oops, missed the requirement for numbers as words, added that in:
edit: fixed '1 minutes past' changed to '1 minute past'
edit2:clarity with Number type on hour
Inspiring
March 26, 2009
Great, thanks!