1

How to convert numeric number to their text equivalent?

Example:
Suppose if I type 3 or 23 in the text box, I want their text equivalent of three or twenty three, is this possible?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
PCA
  • 1,677
  • 6
  • 28
  • 45

2 Answers2

2

See this answer for more details:

JavaScript numbers to Words

And for a working implementation:

http://javascript.about.com/library/bltoword.htm

Community
  • 1
  • 1
leepowers
  • 37,828
  • 23
  • 98
  • 129
1

This will help you to achieve your task.

Number To Word

Rajaprabhu Aravindasamy
  • 66,513
  • 17
  • 101
  • 130