# File lib/action_view/helpers/text_field_date_helper.rb, line 13
      def time_text_field(object_name, method, options = {}, html_options = {})
        InstanceTag.new(object_name, method, self, options.delete(:object)).to_time_text_field_tag(options, html_options)
      end