Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for endDate (0.45 sec)

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

    this.updateMonthsInView();
    L482:        },
    L483:
    L484:        setEndDate: function(endDate) {
    L485:            if (typeof endDate === 'string')
    L486:                this.endDate = moment(endDate, this.locale.format);
    L487:
    L488:            if (typeof endDate === 'object')
    L489:                this.endDate = moment(endDate);
    L490:
    L491:            if (!this.timePicker)
    L492:                this.endDate = this.endDate.endOf('day');
    L493:
    L494:            if (this.timePicker && this.timePickerIncrement)
    ...
    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