prototype.jsを使ったDateTime入力用プラグイン"Calendar Date Select Plugin":http://code.google.com/p/calendardateselect/ の使い方を簡単に解説します。 インストール 通常のプラグインと同様に、次のようにコマンドを入力してインストールします。 ruby script/plugin install http://calendardateselect.googlecode.com/svn/tags/calendar_date_select ファイルのインクルード指定 アプリケーションのlayoutのヘッダー部に、次のようにインクルードのための指定を行います。 <%= javascript_include_tag :defaults %> <%= calendar_date_select_includes

