Searched refs:currentDateFormat (Results 1 – 5 of 5) sorted by relevance
/plugin/schedule/ |
H A D | scheduleRoot.class.php | 42 var $currentDateFormat; variable in scheduleRoot 135 elseif (preg_match ("#".$this->currentDateFormat ["longScan"]."#", $df_date, $dt_date)) 137 elseif (preg_match ("#".$this->currentDateFormat ["shortScan"]."#", $df_date, $dt_date)) 148 $dt_date[$this->currentDateFormat["fieldName"][0]], 149 $dt_date[$this->currentDateFormat["fieldName"][1]], 150 $dt_date[$this->currentDateFormat["fieldName"][2]]); 161 $dt_date[$this->currentDateFormat["fieldName"][1]], 162 $dt_date[$this->currentDateFormat["fieldName"][0]], 163 $dt_date[$this->currentDateFormat["fieldName"][2]])); 270 $this->currentDateFormat = $this->dateFormat [$this->plugin->getLang ('dateFormat')];
|
H A D | schedules.class.php | 759 $df_prev = date ($this->scheduleRoot->currentDateFormat['prettyPrint'], $dn_prev); 760 $df_next = date ($this->scheduleRoot->currentDateFormat['prettyPrint'], $dn_next); 769 ' '.date ($this->scheduleRoot->currentDateFormat['prettyPrint'], $dn_showDay).NL. 887 $df_day = date ($this->scheduleRoot->currentDateFormat['prettyPrint'], $dn_day); 1011 …return '<div class="date">'.date ($this->scheduleRoot->currentDateFormat['prettyPrint'], $dn_day).… 1222 $result .= date ($this->scheduleRoot->currentDateFormat ['dayMonth'], $dn_from).' ';
|
/plugin/amcharts/assets/amcharts/ |
H A D | serial.js | 76 …ion(g,w);b<r&&(g=n.period,w=n.count,b=r);z=g;"WW"==z&&(z="DD");this.currentDateFormat=this.dateFor… 87 …Width/2);return Math.round(a)},formatValue:function(a,b){b||(b=this.currentDateFormat);this.parseD…
|
H A D | amcharts.js | 45 …,f=d.fixBrakes(f)),l=!0):f=this.dateFormatsObject[g];r||(l=!1);this.currentDateFormat=f;f=d.format… 49 …break;case "left":a=-d;break;case "right":a=this.width+d}c||(c=this.currentDateFormat);if("V"==thi… 69 …maxInterval,f)),"date"==this.type&&(c=d.formatDate(new Date(a),this.currentDateFormat,g)),this.rec…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 135 var dt = dateFormats.reduce(function (matchingDate, currentDateFormat) { 140 var dayjsObj = dayjs(datum, currentDateFormat, true);
|