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

  1. Fork it ( https://github.com/[my-github-username]/cyymmdd_converter/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request