Home
last modified time | relevance | path

Searched refs:strftime (Results 1 – 25 of 97) sorted by relevance

1234

/plugin/date/
H A Dsyntax.php190 $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 DREADME.md4 A wrapper plugin for the php functions strftime and date. This plugin gives you the possibilities o…
H A Dplugin.info.txt6 desc Wrapper about the php command strftime and date
/plugin/struct/meta/
H A DDateFormatConverter.php21 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 Dfunctions.php86 $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 Dfooter.php75 $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 Daction.php147 '@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 Dadmin.php83 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 Daction.php82 . 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 Dsyntax.php65 . strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']) . ' ) ';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckoutput.py27 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 Dsyntax.php459 * @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 Dsyntax.php459 * @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 Dsyntax.php476 * @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 Daction.php246 $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 Daction.php93 $wikitext=preg_replace("/@DATE@/",strftime("%D"), $wikitext);
96 $wikitext=str_replace($matches[0], strftime($matches[1]), $wikitext);
/plugin/owncloud/ajax/
H A Dfilelist.php58 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$folder));
69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file));
/plugin/ffindr/
H A Dffindr.php115 …$renderer->doc .= strftime($dateformat, strtotime($item->get_tag('dateStart'))) . "&nbsp;-&nbsp;" …
/plugin/timestamp/action/
H A DTimestamp.php64 echo strftime($this->getConf('timestamp_format'));
/plugin/countdown/
H A Dsyntax.php124 … $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $Next->getTimestamp()) . ")";
138 $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $thatDate) . ")";
/plugin/blog/syntax/
H A Dautoarchive.php64 $now = strftime('%Y-%m'); // current month
83 $date = strftime('%Y-%m',$entry['date']);
/plugin/unameban/
H A Daction.php38 hsc($client), strftime($conf['dformat'],$fields[1]),
/plugin/nextday/
H A Dsyntax.php41 return $day ? strftime('%d %B %Y', $day) : '';
/plugin/lastmod/
H A Dsyntax.php93 $renderer->doc .= strftime($conf['dformat'], $data[0]);
/plugin/html2pdf/snorriheim/
H A Ddetail.php59 if($t) print '<dt>'.$lang['img_date'].':</dt><dd>'.strftime($conf['dformat'],$t).'</dd>';

1234