Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isBefore (0.18 sec)

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

    this.timePickerIncrement) * this.timePickerIncrement);
    L496:
    L497:            if (this.endDate.isBefore(this.startDate))
    L498:                this.endDate = this.startDate.clone();
    L499:
    L500:            if (this.maxDate && this.endDate.isAfter(this.maxDate))
    L501:                this.endDate = this.maxDate.clone();
    L502:
    L503:            if (this.maxSpan && this.startDate.clone().add(this.maxSpan).isBefore(this.endDate))
    L504:                this.endDate = this.startDate.clone().add(this.maxSpan);
    ...
    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