# File lib/action_view/helpers/date_helper.rb, line 440
      def select_day(date, options = {}, html_options = {})
        DateTimeSelector.new(date, options, html_options).select_day
      end