Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 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 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 65.7K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/moment-with-locales.min.js

    cond":a))?this.valueOf()>t.valueOf():t.valueOf()<this.clone().startOf(a).valueOf())},it.isBefore=function(e,a){var t=D(e)?e:Sa(e);return!(!this.isValid()||!t.isValid())&&("millisecond"===(a=O(o(a)?"millisecond":a))?this.valueOf()<t.valueOf():this.clone().endOf(a).valueOf()<t.valueOf())},it.isBetween=function(e,a,t,s){return("("===(s=s||"()")[0]?this.isAfter(e,t):!this.isBefore(e,t))&&(")"===s[1]?this.isBefore(a,t):!this.isAfter(a,t))},it.isSame=function(e,a){var t,s=D(e)?e:Sa(e);return!(!this.is...
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Jul 12 13:18:07 GMT 2018
    - 319K bytes
    - Viewed (3)
Back to top