Number to Word

Categories

Component ID

2926373

Component name

Number to Word

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

9

Component created

Component changed

Component body

Number to Format aims at creating a formatter for numbers, which prints inputted numbers as words.
It uses The PEAR Numbers_Words package. (https://github.com/pear/Numbers_Words)

For now, it works only as a currency formatter specifically.

This is the field formatter:
Formatter

And these are the possible settings:
Formatter

Input looks like this
Input
And output is this
Output

TBD - Make this module more generic. So that it can be used as a generic number to word formatter, rather than being just a currency formatter as it is now.