Numbers To Words plugin

Plugin details

convert your integers and floats to english,japaneese,or american currency

Repositoryhttp://svn.recentrambles.com/plugins/numbersToWords Author Charlie Bowman Tags number, currency LicenseRuby's (MIT)

Documentation

Install the plugin:
ruby script/plugin install http://svn.recentrambles.com/plugins/numbersToWords

Examples
=============

 123.to_english == one hundred and twenty-three
 123.to_japaneese == hyaku niju san
 123.to_dollars == one hundred and twenty-three dollars
 money = 123.23
 money.to_dollars == one hundred and twenty-three dollars and twenty-three cents
 money = 1.01
 money.to_dollars == one dollar and one cent

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 7 months ago