milk1000cc / date_helper_ja

DateHelperJa plugin allows you to show Japanese-style dates on the Ruby on Rails applications.

Home Page:http://d.hatena.jp/elm200

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

= DateHelperJa プラグイン(Rails 2.2.2用)

== インストール

 % ./script/plugin install git://github.com/elm200/date_helper_ja.git

対応する Rails のバージョンを指定してインストールする場合は 

 % ./script/plugin install git://github.com/elm200/date_helper_ja.git -r 'tag x.x.x' (x.x.x は対応する Rails のバージョン番号)

== 和暦への対応

f.date_select :date_of_birth, :use_era_name => true

About

DateHelperJa plugin allows you to show Japanese-style dates on the Ruby on Rails applications.

http://d.hatena.jp/elm200