Skip to content

js function to convert positive integer numbers to Indian words format | number length < 11 (Hundred crores)

License

Notifications You must be signed in to change notification settings

govindAndroid/numToWords-indian-words-format

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numToWords-indian-words-format

js function to convert positive integer numbers to Indian words format | number length < 11 (Hundred crores) Increase length >11

/* to use:

  1. import numToWords.js file
  2. assign an id to the input text field
  3. make a div with let's suppose, id='container'
  4. pass id as argument in numToWords function Enjoy!*/

About

js function to convert positive integer numbers to Indian words format | number length < 11 (Hundred crores)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • HTML 6.4%