Home
last modified time | relevance | path

Searched refs:time_format (Results 1 – 18 of 18) sorted by relevance

/plugin/facebookwall/
H A Dsyntax.php204 $time_format = $this->getConf(FB_WALL_TIME_FORMAT);
205 $datetime_format = $date_format.' '.$time_format;
271 … $entry = str_replace('{time}', date( $time_format, strtotime($post['created_time'])), $entry );
/plugin/facebookevents/
H A Dsyntax.php166 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
206 $start_time = date( $time_format, strtotime($event['start_time']));
212 $end_time = date( $time_format, strtotime($event['end_time']));
/plugin/mediatooltip/
H A Daction.php135 $time_format = $this->getConf('time_format');
136 …$tmsep = ($time_format == 'hour.min.sec') ? '.': ($time_format == 'hour-min-sec' ? '-' : "_");
/plugin/importfacebookevents/
H A Dsyntax.php235 $start_time = date($time_format, strtotime($event['start_time']));
243 $end_time = date($time_format, strtotime($event['end_time']));
/plugin/freechat/phpfreechat/src/commands/
H A Dgetnewmsg.class.php83 $m_time = date($c->time_format, $d["timestamp"] + $c->time_offset);
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak167 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
232 $start_time = date($time_format, strtotime($event['start_time']));
238 $end_time = date($time_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_165255.bak171 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
237 $start_time = date($time_format, strtotime($event['start_time']));
245 $end_time = date($time_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_163658.bak167 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
231 $start_time = date($time_format, strtotime($event['start_time']));
239 $end_time = date($time_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_163718.bak167 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
232 $start_time = date($time_format, strtotime($event['start_time']));
238 $end_time = date($time_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_164623.bak167 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
232 $start_time = date($time_format, strtotime($event['start_time']));
238 $end_time = date($time_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_164706.bak171 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
236 $start_time = date($time_format, strtotime($event['start_time']));
242 $end_time = date($time_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_165027.bak171 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
236 $start_time = date($time_format, strtotime($event['start_time']));
244 $end_time = date($time_format, strtotime($event['end_time']));
H A Dsyntax.php.2018-03-08_165158.bak171 $time_format = $this->getConf(FB_EVENTS_TIME_FORMAT);
235 $start_time = date($time_format, strtotime($event['start_time']));
243 $end_time = date($time_format, strtotime($event['end_time']));
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst43 * ``time_format``: The time format. Same formats possible as above.
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php602 var $time_format = 'H:i:s'; variable in pfcGlobalConfig
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …_min_date.valueOf())),timeFormat:function(e){var i,r,a;if(e.time_format)return e.time_format;a=["%…
H A Ddhtmlxgantt.js.map1time_format","getTimeFormat","limit_time_select","first_hour","last_hour","setHours","lightboxSele…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js14062 if (sns.time_format) return sns.time_format;