# File lib/formtastic-bootstrap/inputs/base/timeish.rb, line 41
        def fragment_html(fragment)
          template.content_tag(:div, :class => fragment_class(fragment)) do
            opts = input_options.merge(:prefix => fragment_prefix, :field_name => fragment_name(fragment), :default => value, :include_blank => include_blank?)
            template.send("select_#{fragment}""select_#{fragment}", value, opts, fragment_input_html_options(fragment))
          end
        end