DateToWord

Version     Code Climate Inline docs

Installation

Add this line to your application's Gemfile:

gem 'date_to_word'

And then execute:

$ bundle

Or install it yourself as:

$ gem install date_to_word

Usage

After installing the 'date_to_word' you can convert ruby date objects into words by

DateToWord.date_to_words(<date_object_here>)