Home
last modified time | relevance | path

Searched refs:newDate (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/action/
H A Dcacheexpiration.php139 $newDate = Cron::getDate($cacheExpirationFrequency);
144 if ($newDate < $actualDate) {
145 LogUtility::msg("The new calculated date cache expiration frequency ({$newDate->format(Iso8601Date::getFormat())}) is lower than the current date ({$actualDate->format(Iso8601Date::getFormat())})");
149 ->setValue($newDate)
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.js223 var newDate = new Date(startDate.getTime() + this.dateDelta);
224 this.settings.updateDate(this.endDateInput, newDate);
226 var newDate = new Date(endDate.getTime() - this.dateDelta);
227 this.settings.updateDate(this.startDateInput, newDate);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js10718 Calendar.prototype.zoomTo = function (newDate, viewType) {
10723 this.currentDate = newDate.clone();
/plugin/amcharts/assets/amcharts/
H A Damcharts.js364 …{period:b,count:c}};d.getDate=function(a,b,c){return a instanceof Date?d.newDate(a,c):b&&isNaN(a)?…
365 1,0)).getDate()};d.newDate=function(a,b){return b&&-1==b.indexOf("fff")?new Date(a):new Date(a.getF… function
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1newDate","formatLocale","locale_dateTime","dateTime","locale_date","locale_time","locale_periods",…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1newDate(y, m, d) {\n return {y: y, m: m, d: d, H: 0, M: 0, S: 0, L: 0};\n}\n\nexport default func…