# File lib/formtastic-bootstrap/inputs/base/timeish.rb, line 23
        def to_html
          bootstrap_wrapping do
            hidden_fragments <<
            row_wrapping do
              fragments.map do |fragment|
                fragment_html(fragment.to_sym)
              end.join.html_safe
            end
          end
        end