I'm using bootstrap, and I use a title panel at the beginning of the form, which informs the form name that I am, however in right
I'd like to put in the case the current date if it is a new record, and the recorded date in the database if it is an edition, for example: Data: 11/09/2018
.
But anyway I try, it is unconfigured, if I leave only the title that is Pedido Fornecedores
is right, but by including the date it goes to the bottom line. I tried with divs
but it also did not work, it follows what I'm trying to do:
<div class="panel panel-default" style="margin-top:60px">
<div class="panel-heading">
<h3 class="panel-title"> <div class="col-md-4">Pedido Fornecedor</div> <div class="col-md-8" style="text-align:right">Data</div><br /></h3>
</div>
</div>
As you can see, it goes down the line, link .