Skip to content

Commit

Permalink
we're talking about days here, not hours
Browse files Browse the repository at this point in the history
  • Loading branch information
raybaxter committed Jul 17, 2011
1 parent 5c71a4e commit 10c2132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/date_helper.rb
Expand Up @@ -501,7 +501,7 @@ def select_hour(datetime, options = {}, html_options = {})
end

# Returns a select tag with options for each of the days 1 through 31 with the current day selected.
# The <tt>date</tt> can also be substituted for a hour number.
# The <tt>date</tt> can also be substituted for a day number.
# Override the field name using the <tt>:field_name</tt> option, 'day' by default.
#
# ==== Examples
Expand Down

0 comments on commit 10c2132

Please sign in to comment.