/plugin/date/ |
H A D | syntax.php | 190 $xhtml = strftime($dformat); 196 $xhtml = strftime('%Y'); 200 $xhtml = strftime('%Y',strtotime("-1 year")); 202 $xhtml = strftime('%m'); 208 $xhtml = strftime('%W'); 210 $xhtml = strftime('%W',strtotime("+1 week")); 214 $xhtml = strftime('%d'); 216 $xhtml = strftime('%e'); 218 $xhtml = strftime('%j'); 220 $xhtml = strftime('%w'); [all …]
|
H A D | README.md | 4 A wrapper plugin for the php functions strftime and date. This plugin gives you the possibilities o…
|
H A D | plugin.info.txt | 6 desc Wrapper about the php command strftime and date
|
/plugin/struct/meta/ |
H A D | DateFormatConverter.php | 21 protected static $strftime = [ variable in dokuwiki\\plugin\\struct\\meta\\DateFormatConverter 120 * Convert a strftime format string to a date format string 122 * @param string $strftime 125 public static function toDate($strftime) argument 127 $date = $strftime; 129 /* All characters that are not strftime placeholders need to be escaped */ 146 /* strftime to date conversion */ 149 array_keys(self::$strftime), 150 array_values(self::$strftime), 159 * Convert a date format string to a strftime forma [all...] |
/plugin/icalendar/ |
H A D | functions.php | 86 $entry['startdate'] = strftime($dateFormat, $entry['startunixdate']); 87 $entry['starttime'] = strftime($timeFormat, $entry['startunixdate']); 95 $entry['enddate'] = strftime($dateFormat, $entry['endunixdate']); 96 $entry['endtime'] = strftime($timeFormat, $entry['endunixdate']); 105 $entry['startdate'] = strftime($dateFormat, $entry['startunixdate']); 112 $entry['enddate'] = strftime($dateFormat, $entry['endunixdate']);
|
/plugin/include/syntax/ |
H A D | footer.php | 75 $xhtml[] = '<abbr class="published" title="'.strftime('%Y-%m-%dT%H:%M:%SZ', $date).'">' 76 . strftime($conf['dformat'], $date) 85 $xhtml[] = '<abbr class="published" title="'.strftime('%Y-%m-%dT%H:%M:%SZ', $mdate).'">' 86 . strftime($conf['dformat'], $mdate)
|
/plugin/blog/ |
H A D | action.php | 147 '@DATE@' => strftime($conf['dformat']), 196 if (intval(strftime("%m")) < intval($newmonth)) { 197 $longyear2 = strftime("%Y"); 200 $longyear1 = strftime("%Y"); 211 $pre = strftime($dateprefix);
|
/plugin/loglog/ |
H A D | admin.php | 83 echo '<p>' . $this->getLang('range') . ' ' . strftime($dateFormat, $min) . 84 ' - ' . strftime($dateFormat, $max) . '</p>'; 138 echo '<td>' . strftime($dateFormat, $line['dt']) . '</td>';
|
/plugin/mailto/ |
H A D | action.php | 82 . strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']), 2) ; 107 …. strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']),1) ; /// TODO the…
|
H A D | syntax.php | 65 . strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']) . ' ) ';
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
H A D | fckoutput.py | 27 from time import gmtime, strftime 56 self.setHeader('Last-Modified',strftime("%a, %d %b %Y %H:%M:%S GMT", gmtime()))
|
/plugin/bureaucracy-au/ |
H A D | syntax.php | 459 * @param bool $strftime Apply strftime() replacements 462 function replace($input, $strftime = true) { argument 477 if($strftime) { 480 function($m){return strftime($m[0]);}, 509 return strftime($match[2], strtotime($match[1])); 555 $this->values['__date__'] = strftime($conf['dformat']);
|
/plugin/bureaucracyau/ |
H A D | syntax.php | 459 * @param bool $strftime Apply strftime() replacements 462 function replace($input, $strftime = true) { argument 477 if($strftime) { 480 function($m){return strftime($m[0]);}, 509 return strftime($match[2], strtotime($match[1])); 555 $this->values['__date__'] = strftime($conf['dformat']);
|
/plugin/bureaucracy/ |
H A D | syntax.php | 476 * @param bool $strftime Apply strftime() replacements 479 function replace($input, $strftime = true) { argument 499 if($strftime) { 502 function($m){return strftime($m[0]);}, 546 return strftime($match[2], strtotime($match[1])); 594 $this->values['__date__'] = strftime($conf['dformat']);
|
/plugin/infomail/ |
H A D | action.php | 246 $date = strftime("%d.%m.%Y, %H:%M", $t); 249 $filename = strftime("%Y%m%d%H%M%S", $t) . "_infomail.txt"; 270 …$log = $t . "\t" . strftime($conf['dformat'], $t) . "\t" . $_SERVER['REMOTE_ADDR'] . "\t" . $sende…
|
/plugin/autostartpage/ |
H A D | action.php | 93 $wikitext=preg_replace("/@DATE@/",strftime("%D"), $wikitext); 96 $wikitext=str_replace($matches[0], strftime($matches[1]), $wikitext);
|
/plugin/owncloud/ajax/ |
H A D | filelist.php | 58 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$folder)); 69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file));
|
/plugin/ffindr/ |
H A D | ffindr.php | 115 …$renderer->doc .= strftime($dateformat, strtotime($item->get_tag('dateStart'))) . " - " …
|
/plugin/timestamp/action/ |
H A D | Timestamp.php | 64 echo strftime($this->getConf('timestamp_format'));
|
/plugin/countdown/ |
H A D | syntax.php | 124 … $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $Next->getTimestamp()) . ")"; 138 $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $thatDate) . ")";
|
/plugin/blog/syntax/ |
H A D | autoarchive.php | 64 $now = strftime('%Y-%m'); // current month 83 $date = strftime('%Y-%m',$entry['date']);
|
/plugin/unameban/ |
H A D | action.php | 38 hsc($client), strftime($conf['dformat'],$fields[1]),
|
/plugin/nextday/ |
H A D | syntax.php | 41 return $day ? strftime('%d %B %Y', $day) : '';
|
/plugin/lastmod/ |
H A D | syntax.php | 93 $renderer->doc .= strftime($conf['dformat'], $data[0]);
|
/plugin/html2pdf/snorriheim/ |
H A D | detail.php | 59 if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.strftime($conf['dformat'],$t).'</dd>';
|