Commit aa07238b by Billy Larru

vista creacion y asignacion de rol

parent 95fe9619
...@@ -233,13 +233,18 @@ function defaultConfigDatePicker() { ...@@ -233,13 +233,18 @@ function defaultConfigDatePicker() {
function defaultConfigDateRangePicker() { function defaultConfigDateRangePicker() {
$('.daterange-basic').daterangepicker({ $('.daterange-basic').daterangepicker({
applyClass: 'bg-slate-600', applyClass: 'bg-slate-600',
// "singleDatePicker": true,
cancelClass: 'btn-default', cancelClass: 'btn-default',
// showDropdowns: false, // showDropdowns: false,
// timePicker: true, // timePicker: true,
// opens: 'center', // opens: 'center',
// singleDatePicker: true, // singleDatePicker: true,
autoApply: true autoApply: true,
locale: {
format: 'DD/MM/YYYY'
}
}); });
$('.calendar.right').hide();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment