Logo Lanfrica

JSeifBY/dinarsToLetters

Type de record:

software
Créateur:
JSe
Hôte:
Javascript plugin that change the tunisian currency (DT) from numbers to letters. # dinarsToLetters *** Simple and tiny JavaScript library that converts tunisian currency (DT) from numbers to letters. ### How To ? Just Import the file in your source ```html ``` And call the **dinarsToLetters** function this way : ```javascript dinarsToLetters(598.530) ``` You will have **"Cinq Cents Quatre-vingt-Dix-huit Dinars et 530 Millimes"** as output. You can also see the demo.html for more examples.