From ed62584391973c1fa3e7d53d71c1b9f16a8f0289 Mon Sep 17 00:00:00 2001 From: Kuldeep Aggarwal Date: Thu, 2 Jan 2014 19:28:28 +0530 Subject: provide correct information [ci skip] --- actionview/lib/action_view/helpers/date_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actionview/lib/action_view/helpers/date_helper.rb b/actionview/lib/action_view/helpers/date_helper.rb index 523f8aed7a..7fe6accfbf 100644 --- a/actionview/lib/action_view/helpers/date_helper.rb +++ b/actionview/lib/action_view/helpers/date_helper.rb @@ -170,8 +170,8 @@ module ActionView # * :use_month_names - Set to an array with 12 month names if you want to customize month names. # Note: You can also use Rails' i18n functionality for this. # * :date_separator - Specifies a string to separate the date fields. Default is "" (i.e. nothing). - # * :start_year - Set the start year for the year select. Default is Time.now.year - 5. - # * :end_year - Set the end year for the year select. Default is Time.now.year + 5. + # * :start_year - Set the start year for the year select. Default is Date.today.year - 5. + # * :end_year - Set the end year for the year select. Default is Date.today.year + 5. # * :discard_day - Set to true if you don't want to show a day select. This includes the day # as a hidden field instead of showing a select field. Also note that this implicitly sets the day to be the # first of the given month in order to not create invalid dates like 31 February. -- cgit v1.2.3