# Jekyll DateFormat A simple plugin which makes it easy to have nicely formatted dates on any post or page. ## Installation Add this line to your application's Gemfile: gem 'jekyll-date-format' And then execute: $ bundle Or install it yourself as: $ gem install jekyll-date-format Next add a ruby file to your Jekyll plugins directory and add `require 'jekyll-date-format'` to the top. That's it. ## Usage In your Jekyll configuration (usually the _config.yml) you can set the date | Configuration | Description | Default | |:--------------|--------------------------------------------------------------------------------|-----------| | date_format | A [Ruby strftime](http://apidock.com/ruby/DateTime/strftime) compatible string | 'ordinal' | Any post (or page with a date) will have access to two new variables. Use `post.date_formatted` to output a date formatted based on your `date_format` Jekyll configuration, or use `post.time_tag` to output a fully formatted `