Commit aa07238b by Billy Larru

vista creacion y asignacion de rol

parent 95fe9619
......@@ -233,13 +233,18 @@ function defaultConfigDatePicker() {
function defaultConfigDateRangePicker() {
$('.daterange-basic').daterangepicker({
applyClass: 'bg-slate-600',
// "singleDatePicker": true,
cancelClass: 'btn-default',
// showDropdowns: false,
// timePicker: true,
// opens: 'center',
// 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