Home
last modified time | relevance | path

Searched refs:strftime (Results 51 – 75 of 97) sorted by relevance

1234

/plugin/combo/ComboStrap/
H A DIso8601Date.php261 * https://www.php.net/manual/en/function.strftime.php
273 LogUtility::warning("The date format ($pattern) is no more supported. Why ? Because Php has deprecated <a href=\"https://www.php.net/manual/en/function.strftime.php\">strftime</a>. You need to use the <a href=\"https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax\">Unicode Date Time format</a>", self::CANONICAL);
274 return strftime($pattern, $this->dateTime->getTimestamp());
/plugin/doctree2filelist/
H A Dadmin.php479 …$statusline = $t."\t".strftime($conf['dformat'],$t)."\t".$_SERVER['REMOTE_ADDR']."\t".$_SERVER['RE…
/plugin/s5reloaded/
H A Drenderer.php156 <h2>'.hsc($conf['title']).' &#8226; '.strftime($conf['dformat'],$INFO['lastmod']).'</h2>
/plugin/iptrust/
H A Dadmin.php178 ptln("<td>".strftime($conf['dformat'], $date)."</td>");
/plugin/htmlabstract/
H A Dsyntax.php185 $date = strftime($conf['dformat'],
/plugin/iptrust2/
H A Dadmin.php166 ptln("<td>".strftime($conf['dformat'], $date)."</td>");
/plugin/medialist/
H A Dhelper.php193 $mediainfo = strftime($conf['dformat'], $item['mtime']).'&nbsp;';
/plugin/tokenbucketauth/
H A Daction.php244 …$text .= sprintf('<p>'.$this->getLang('page content').'</p>', $ip, strftime($conf['dformat'], $blo…
/plugin/const/
H A Daction.php138 $item[1] = strftime("%Y%m%d_%H%M%S", $tmp_info['lastmod']);
/plugin/authorlist/
H A Dhelper.php288 $output = str_replace("%DATE%",strftime($conf['dformat'],$ctime), $output);
/plugin/textinsert/
H A Dsyntax.php237 strftime($conf['dformat'], time()),
/plugin/newpagetemplate/
H A Dhelper.php161 // we need the callback to work around strftime's char limit
162 $tpl = preg_replace_callback('/%./',function ($m) {return strftime($m[0]); },$tpl);
/plugin/pagequery/
H A DPageQuery.php234 $value = strftime($dformat[$key], $real_date);
269 $value = utf8_encode(strftime($opt['dformat'], $value));
753 $cur = strftime($date_format, $sort_array[$idx][self::MGROUP_REALDATE]);
/plugin/gtime/gtlib/util/
H A DGTUtil.php309 $formatted = strftime('%Y-%m-%d %H:%M:%S UTC', $time);
/plugin/linkback/action/
H A Ddisplay.php175 '">' . strftime($conf['dformat'], $date) . '</abbr>';
/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js44 r[j]+=strftime(cfmt.dateformat,t)
233 function strftime(sFormat,date){if(!(date instanceof Date))date=new Date();var nDay=date.getDay(),nDate=date.getDate(),nMonth=date.getMonth(),nYear=date.getFullYear(),nHour=date.getHours(),aDays=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],aMonths=['January','February','March','April','May','June','July','August','September','October','November','December'],aDayCount=[0,31,59,90,120,151,181,212,243,273,304,334],isLeapYear=function(){return(nYear%4===0&&nYear%100!==0)||nYear%400===0},getThursday=function(){var target=new Date(date);target.setDate(nDate-((nDay+6)%7)+3);return target},zeroPad=function(nNum,nPad){return((Math.pow(10,nPad)+nNum)+'').slice(1)};return sFormat.replace(/%[a-z]/gi,function(sMatch){return(({'%a':aDays[nDay].slice(0,3),'%A':aDays[nDay],'%b':aMonths[nMonth].slice(0,3),'%B':aMonths[nMonth],'%c':date.toUTCString(),'%C':Math.floor(nYear/100),'%d':zeroPad(nDate,2),'%e':nDate,'%F':date.toISOString().slice(0,10),'%G':getThursday().getFullYear(),'%g':(getThursday().getFullYear()+'').slice(2),'%H':zeroPad(nHour,2),'%I':zeroPad((nHour+11)%12+1,2),'%j':zeroPad(aDayCount[nMonth]+nDate+((nMonth>1&&isLeapYear())?1:0),3),'%k':nHour,'%l':(nHour+11)%12+1,'%m':zeroPad(nMonth+1,2),'%n':nMonth+1,'%M':zeroPad(date.getMinutes(),2),'%p':(nHour<12)?'AM':'PM','%P':(nHour<12)?'am':'pm','%s':Math.round(date.getTime()/1000),'%S':zeroPad(date.getSeconds(),2),'%u':nDay||7,'%V':(function(){var target=getThursday(),n1stThu=target.valueOf();target.setMonth(0,1);var nJan1=target.getDay();if(nJan1!==4)target.setMonth(0,1+((4-nJan1)+7)%7);return zeroPad(1+Math.ceil((n1stThu-target)/604800000),2)})(),'%w':nDay,'%x':date.toLocaleDateString(),'%X':date.toLocaleTimeString(),'%y':(nYear+'').slice(2),'%Y':nYear,'%z':date.toTimeString().replace(/.+GMT([+-]\d+).+/,'$1'),'%Z':date.toTimeString().replace(/.+\((.+?)\)$/,'$1')}[sMatch]||'')+'')||sMatch})} function
/plugin/querychangelog/
H A Dadmin.php376 $date = strftime($conf['dformat'], $change['date']);
/plugin/task/syntax/
H A Dtask.php298 …return '<abbr class="due" title="'.$this->my->_vdate($date, true).'">' . strftime($onlydate, $date…
/plugin/snap/
H A Dhelper.php267 $this->snapTimeFormatted=strftime($conf['dformat'],$this->snapTime);
/plugin/discussion/
H A Dadmin.php265 $this->email($mail, $name, 'email').', '.strftime($conf['dformat'], $created).': '.
/plugin/linkback/
H A Dadmin.php210 $this->external_link($url, $title).', '.strftime($conf['dformat'], $date).', ' . $this->getLang('linkback_type_' . $type) . ': '.
/plugin/filelist/
H A Dsyntax.php
/plugin/owncloud/
H A Dhelper.php209 …g-left:16px;"><span><b>'.$this->getLang('historyVersion').':</b>&nbsp;'.strftime($conf['dformat'],…
303 $time = strftime($conf['dformat'],intval($line[0]));
/plugin/farm/
H A Doverview.class.php129 …ptln(' '.$this->manager->getLang('animal_info_creation').' : '.strftime($conf['dformat'], $a->ge…
/plugin/changes/
H A Dsyntax.php461 $date = strftime($conf['dformat'], $change['date']);

1234