Very basic converter from Nepal Dates (BS) to AD dates. Note only currently converts from Nepal Dates
Add this line to your application's Gemfile:
gem 'nepal_date_converter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install nepal_date_converter
NepalDateConverter.convert_to_ad_date('2002-2-9')
http://en.wikipedia.org/wiki/Nepali_calendar
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request