Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for timePicker (0.05 sec)

  1. src/main/webapp/WEB-INF/view/common/admin/foot.jsp

    <script src="${fe:url('/js/admin/plugins/daterangepicker/daterangepicker.js')}" type="text/javascript"></script>
    <script src="${fe:url('/js/admin/plugins/timepicker/bootstrap-timepicker.min.js')}" type="text/javascript"></script>
    <script src="${fe:url('/js/admin/adminlte.min.js')}" type="text/javascript"></script>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:07:52 UTC 2024
    - 823 bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                if (this.singleDatePicker)
                    this.endDate = this.startDate.clone();
            }
    
            if (typeof options.timePicker === 'boolean')
                this.timePicker = options.timePicker;
    
            if (typeof options.timePickerSeconds === 'boolean')
                this.timePickerSeconds = options.timePickerSeconds;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 64.8K bytes
    - Viewed (0)
Back to top