Home
last modified time | relevance | path

Searched refs:dateFormats (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php32 private $dateFormats = array( variable in Monolog\\Handler\\SyslogUdpHandler
124 $date = $dateNew->format($this->dateFormats[$this->rfc]);
132 $date = $datetime->format($this->dateFormats[$this->rfc]);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php40 protected $dateFormats = ['F j, Y H:i', '%d days']; variable in Twig\\Extension\\CoreExtension
75 $this->dateFormats[0] = $format;
79 $this->dateFormats[1] = $dateIntervalFormat;
90 return $this->dateFormats;
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/amcharts/assets/amcharts/
H A Damcharts.js34 …YY",count:10},{period:"YYYY",count:50},{period:"YYYY",count:100}];this.dateFormats=[{period:"fff",…
48 …ion(){this.dateFormatsObject={};var a;for(a=0;a<this.dateFormats.length;a++){var b=this.dateFormat…
247 …mDate,a.minPeriod=c.minPeriod),this.categoryAxis=a);a.chart=b;a.dateFormats=c.dateFormats;a.markPe…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js122 …var dateFormats = options.dateFormats || ['YYYY-MM-DD[T]HH:mm:ssZ', 'YYYY-MM-DD[T]HH:mm:ss', 'MM-D…
135 var dt = dateFormats.reduce(function (matchingDate, currentDateFormat) {