Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Kull (0.17 sec)

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

    this.element.val().split(this.locale.separator),
    L1497:                start = null,
    L1498:                end = null;
    L1499:
    L1500:            if (dateString.length === 2) {
    L1501:                start = moment(dateString[0], this.locale.format);
    L1502:                end = moment(dateString[1], this.locale.format);
    L1503:            }
    L1504:
    L1505:            if (this.singleDatePicker || start === null || end === null) {
    L1506:                start = moment(this.element.val(), this.locale.format);
    ...
    JavaScript
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 65.7K bytes
    - Viewed (0)
Back to top