CyymmddConverter
With this awesome gem you can convert your cymmdd strings to Ruby Date object and back
Installation
Add this line to your application's Gemfile:
gem 'cyymmdd_converter', github: 'meliborn/cyymmdd_converter'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cyymmdd_converter
Usage
'0980615'.convert_from_cyymmdd will produce Ruby Date object
Date.parse('1998-06-15').convert_to_cyymmdd will produce string '0980615
Contributing
- Fork it ( https://github.com/[my-github-username]/cyymmdd_converter/fork )
- 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 a new Pull Request