# File lib/action_view/helpers/date_helper.rb, line 324 def select_date(date = Date.current, options = {}, html_options = {}) DateTimeSelector.new(date, options, html_options).select_date end