RubyGems.org

Converts number to indian currency with rupee style<br/><br/> Example Usage -------------------------------------------------------- >> number_to_indian_currency(400) => "<span class="WebRupee">Rs.</span> 400" >> number_to_indian_currency(5921, false) => "Rs. 5,921" >> helper.number_to_indian_currency(9921) => "<span class="WebRupee">Rs.</span> 9,921" >> number_to_indian_currency(1222040.54, false) => "Rs.12,22,040.54"

installgem install number_to_indian_currency -v 1.0.1
Authors

Sandip Ransing

3,840 total downloads 607 for this version
Owners

4ab2692ba129cb296d4f2e90ba5241da

Gemfile
gem "number_to_indian_currency", "~> 1.0.1"
Versions
  1. 1.0.4 April 11, 2011
  2. 1.0.3 April 11, 2011
  3. 1.0.2 March 17, 2011
  4. 1.0.1 March 17, 2011
  5. 1.0 March 17, 2011
Show all versions (6 total)