git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C157
This commit is contained in:
parent
31af237360
commit
2f29569426
2 changed files with 4 additions and 4 deletions
|
|
@ -1101,11 +1101,11 @@ this.ModalEvento = function (inicio,fin) {
|
|||
|
||||
var fecha = DateFormatNoTime(inicio);
|
||||
if (fecha != "Invalid date")
|
||||
$("#txtFechaInicioEvento").val(fecha);
|
||||
$("#txtInicioEvento").val(fecha);
|
||||
|
||||
var fecha = DateFormatNoTime(fin);
|
||||
if (fecha != "Invalid date")
|
||||
$("#txtFechaFinEvento").val(fecha);
|
||||
$("#txtFinEvento").val(fecha);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -756,7 +756,7 @@
|
|||
|
||||
<div class=" input-group input-group-sm col-lg-4 col-md-4 col-sm-4 col-xs-4">
|
||||
<span class="input-group-addon"><i class="fa fa-calendar" id="iconFechaInicio"></i></span>
|
||||
<input name="txtFechaInicioEvento" class="form-control imput-xs" type="text"/>
|
||||
<input name="txtInicioEvento" class="form-control imput-xs" id="txtInicioEvento" type="text" dateformat="DD-MMMM-YYYY">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -765,7 +765,7 @@
|
|||
|
||||
<div class=" input-group input-group-sm col-lg-4 col-md-4 col-sm-4 col-xs-4">
|
||||
<span class="input-group-addon"><i class="fa fa-calendar"></i></span>
|
||||
<input name="txtFechaFinEvento" class="form-control imput-xs" type="text"/>
|
||||
<input name="txtFinEvento" class="form-control imput-xs" id="txtFinEvento" type="text" dateformat="DD-MMMM-YYYY">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue