Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for timePickers (0.19 sec)

  1. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

    this.singleDatePicker = options.singleDatePicker;
    L247:            if (this.singleDatePicker)
    L248:                this.endDate = this.startDate.clone();
    L249:        }
    L250:
    L251:        if (typeof options.timePicker === 'boolean')
    L252:            this.timePicker = options.timePicker;
    L253:
    L254:        if (typeof options.timePickerSeconds === 'boolean')
    L255:            this.timePickerSeconds = options.timePickerSeconds;
    L256:
    L257:        if (typeof options.timePickerIncrement === 'number')
    ...
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 65.7K bytes
    - Viewed (0)
Back to top