Home
last modified time | relevance | path

Searched refs:date_format (Results 1 – 25 of 26) sorted by relevance

12

/plugin/gcalendar/inc/
H A Dgcal_show.php31 $date_format=$lang['gCal_dv_day'];
37 $date_format=$lang['gCal_wv_day'];
44 $date_format=$lang['gCal_mv_day'];
100 show_day($options,$i,$pages,$date_format);
127 function show_day(&$options,$day,&$pages,$date_format) { argument
148 $date_cell = "<span class='gCal_mv_day'>".date($date_format, $day)."</span>";
165 $date_cell = "<span class='gCal_mv_day'>".date($date_format, $day)."</span>";
/plugin/rssticker/
H A DlastRSS.php50 var $date_format = ''; variable in lastRSS
173 if ($this->date_format != '' && ($timestamp = strtotime($result['lastBuildDate'])) !==-1) {
175 $result['lastBuildDate'] = strftime($this->date_format, $timestamp);
218 … if ($this->date_format != '' && ($timestamp = strtotime($result['items'][$i]['pubDate'])) !==-1) {
220 $result['items'][$i]['pubDate'] = strftime($this->date_format, $timestamp);
H A Dbridge.php20 $rss->date_format = $conf['dformat']; //date format of RSS item. See PHP date() function for possib…
/plugin/freechat/phpfreechat/src/commands/
H A Dgetnewmsg.class.php82 $m_date = date($c->date_format, $d["timestamp"] + $c->time_offset);
95 … date($c->date_format, time() + $c->time_offset) == $m_date ? 1 : 0, // posted today ?
/plugin/facebookwall/
H A Dsyntax.php203 $date_format = $this->getConf(FB_WALL_DATE_FORMAT);
205 $datetime_format = $date_format.' '.$time_format;
270 … $entry = str_replace('{date}', date( $date_format, strtotime($post['created_time'])), $entry );
/plugin/youtrack/conf/
H A Ddefault.php11 $conf['date_format'] = 'd/m/Y';
/plugin/facebookevents/
H A Dsyntax.php165 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
205 $start_date = date( $date_format, strtotime($event['start_time']));
211 $end_date = date( $date_format, strtotime($event['end_time']));
/plugin/autotweet/
H A Daction.php74 $date_format = $this->getConf('date_format');
/plugin/struct/types/
H A DDate.php28 $out = date_format($date, $this->config['format']);
/plugin/importfacebookevents/
H A Dsyntax.php234 $start_date = date($date_format, strtotime($event['start_time']));
242 $end_date = date($date_format, strtotime($event['end_time']));
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak166 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
231 $start_date = date($date_format, strtotime($event['start_time']));
237 $end_date = date($date_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_165255.bak170 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
236 $start_date = date($date_format, strtotime($event['start_time']));
244 $end_date = date($date_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_163658.bak166 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
230 $start_date = date($date_format, strtotime($event['start_time']));
238 $end_date = date($date_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_163718.bak166 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
231 $start_date = date($date_format, strtotime($event['start_time']));
237 $end_date = date($date_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_164623.bak166 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
231 $start_date = date($date_format, strtotime($event['start_time']));
237 $end_date = date($date_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_164706.bak170 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
235 $start_date = date($date_format, strtotime($event['start_time']));
241 $end_date = date($date_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_165027.bak170 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
235 $start_date = date($date_format, strtotime($event['start_time']));
243 $end_date = date($date_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_165158.bak170 $date_format = $this->getConf(FB_EVENTS_DATE_FORMAT);
234 $start_date = date($date_format, strtotime($event['start_time']));
242 $end_date = date($date_format, strtotime($event['end_time']));
/plugin/pagequery/
H A DPageQuery.php750 $date_format = $group_opts['dformat'][$level];
751 if (!empty($date_format)) {
753 $cur = strftime($date_format, $sort_array[$idx][self::MGROUP_REALDATE]);
/plugin/todo/syntax/
H A Dlist.php505 $result[0] = date_format($newdate, 'Y-m-d');
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst35 * ``date_format``: The date format. Choose one of these formats:
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts449 date_format: string; property
H A Ddhtmlxgantt.js13date_format,a.server_utc),s=n.str_to_date(a.xml_date||a.date_format,a.server_utc);i("date_scale",!…
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php596 var $date_format = 'd/m/Y'; variable in pfcGlobalConfig
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6474 date_format: "%d-%m-%Y %H:%i", property in module.exports.result
7548 var format_date = d(c.xml_date || c.date_format, c.server_utc);
7549 var parse_date = date.str_to_date(c.xml_date || c.date_format, c.server_utc);

12