Home
last modified time | relevance | path

Searched refs:dateFormat (Results 126 – 132 of 132) sorted by path

123456

/plugin/runcommand/
H A Dsyntax.php448 function renderJQueryDate($name, $dateFormat) { argument
452 if ($dateFormat == null) { // If the user don't give the date format it use the default format.
453 $dateFormat = $this->getConf('rc_default_dateformat');
455 return "jQuery( \"#".$id."\" ).datepicker({ dateFormat: '".$dateFormat."' }); \n";
/plugin/schedule/
H A DscheduleRoot.class.php59 …var $dateFormat = array ("dmY" => array ("shortScan" => "(?<d>[0-9]{1,2})[ /-](?<m>[0-9]{1,2})[ /-… variable in scheduleRoot
270 $this->currentDateFormat = $this->dateFormat [$this->plugin->getLang ('dateFormat')];
/plugin/statistics/
H A Dscript.js46 jQuery('.plg_stats_timeselect .datepicker').datepicker({dateFormat: 'yy-mm-dd'});
/plugin/struct/script/
H A DEntryEditor.js23 dateFormat: 'yy-mm-dd',
36 dateFormat: 'yy-mm-dd',
/plugin/structtasks/
H A Dcli.php81 $this->dateformat = $this->util->dateFormat($this->schema);
/plugin/structtasks/meta/
H A DUtilities.php88 function dateFormat($schema) { function in dokuwiki\\plugin\\structtasks\\meta\\Utilities
109 $dateformat = $this->dateFormat($schema);
111 $new_data[$schema]['date_format'] = $this->dateFormat($schema);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js199 dateFormat = _options.dateFormat,
213 if (dateFormat) {
214 … return dateUTC ? dayjs.utc(value).format(dateFormat) : dayjs(value).format(dateFormat);

123456