Home
last modified time | relevance | path

Searched refs:minDate (Results 1 – 13 of 13) sorted by relevance

/plugin/davcal/datetimepicker-2.4.5/
Djquery.datetimepicker.js467 minDate: false, property
1029 if (options.minDate && /^-(.*)$/.test(options.minDate)) {
1030 … options.minDate = _xdsoft_datetime.strToDateTime(options.minDate).dateFormat(options.formatDate);
1374 var currentDate = _xdsoft_datetime.getCurrentTime(), minDate, maxDate;
1376 minDate = _xdsoft_datetime.strToDate(options.minDate);
1377 minDate = new Date(minDate.getFullYear(), minDate.getMonth(), minDate.getDate());
1378 if (currentDate < minDate) {
1463 minDate = false,
1500 if (options.minDate !== false) {
1501 minDate = _xdsoft_datetime.strToDate(options.minDate); property
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DSettings.php28 static $minDate = '1900-01-01'; variable in Sabre\\VObject\\Settings
DFreeBusyGenerator.php180 $start = new DateTimeImmutable(Settings::$minDate);
/plugin/webdav/vendor/sabre/vobject/lib/
DSettings.php28 public static $minDate = '1900-01-01'; variable in Sabre\\VObject\\Settings
DFreeBusyGenerator.php168 $start = new DateTimeImmutable(Settings::$minDate);
/plugin/structgantt/meta/
DGantt.php31 protected $minDate; variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt
192 $this->minDate = $min;
251 $headers = $this->makeHeaders($this->minDate, $this->maxDate);
294 $r1 = $this->listDays($this->minDate, $start);
/plugin/achart/assets/
Dapexcharts.min.js6minDate:parseInt(o[2],10),maxDate:parseInt(n[2],10),minMonth:parseInt(o[1],10)-1,maxMonth:parseInt… property
/plugin/edittable/lib/
Dhandsontable.full.js50122 minDate: null, property
50583 if (!isDate(opts.minDate)) {
50584 opts.minDate = false;
50589 if ((opts.minDate && opts.maxDate) && opts.maxDate < opts.minDate) {
50590 opts.maxDate = opts.minDate = false;
50592 if (opts.minDate) {
50593 this.setMinDate(opts.minDate);
50669 var min = this._o.minDate,
50806 this._o.minDate = value;
50810 this._o.minDate = defaults.minDate;
[all …]
/plugin/zwidoku/files/
H A Djs.js1minDate:null,maxDate:null,yearRange:10,showWeekNumber:false,minYear:0,maxYear:9999,minMonth:undefi…
H A Djquery.js9 …nths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null… property
/plugin/jsontable/script/
Dhandsontable.full.min.js35minDate:null,maxDate:null,yearRange:10,showWeekNumber:!1,minYear:0,maxYear:9999,minMonth:void 0,ma…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js25318 …prepareConfigs: function (scales, min_coll_width, container_width, scale_height, minDate, maxDate,… argument
25325 var cfg = this.initScaleConfig(scales[i], minDate, maxDate);
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1minDate","maxDate","rtl","heights","configs","main_scale","cfg","initScaleConfig","processIgnores"…