Home
last modified time | relevance | path

Searched refs:localised_date (Results 1 – 16 of 16) sorted by relevance

/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dprofile.php518 'reg_date' => localised_date($user_data['user_regdate'], $lang_date['register']),
555 localised_date($lastComArray['msg_date'], $lang_date['lastcom']).
765 …$lastcom .= "<span class=\"thumb_caption\">" . localised_date($lastComArray['msg_date'], $lang_dat…
782 'reg_date' => localised_date($user_data['user_regdate'], $lang_date['register']),
H A Dzipdownload.php48 '{DATE}' => localised_date(-1, $lang_date['comment']),
H A Dviewlog.php33 $mtime = localised_date($log['mtime'], $lang_date['log']);
H A Dindex.php827 … = ($count || ($CONFIG['link_pic_count'] && $link_pic_count > 0 )) ? localised_date($alb_stat['las…
839 … = ($count || ($CONFIG['link_pic_count'] && $link_pic_count > 0 )) ? localised_date($alb_stat['las…
1049 …ic_count'] || ($CONFIG['link_pic_count'] && $link_pic_count > 0 )) ? localised_date($album['last_u…
1060 …ic_count'] || ($CONFIG['link_pic_count'] && $link_pic_count > 0 )) ? localised_date($album['last_u…
H A Dreviewcom.php132 $msg_date = localised_date($row['msg_date'], $lang_date['scientific']);
534 $msg_date = localised_date($row['msg_date'], $lang_date['scientific']);
H A Dreport_file.php180 …$message .= sprintf($lang_report_php['report_footer'], $sender_name, $raw_ip, localised_date(-1,$l…
H A Dcontact.php125 …$message_header = sprintf($lang_contact_php['email_headline'], localised_date(-1, $lang_date['scie…
H A Dusermgr.php474 $user['user_regdate'] = localised_date($user['user_regdate'], $lang_date['register']);
476 … $user['user_lastvisit'] = localised_date($user['user_lastvisit'], $lang_date['register']);
H A Decard.php227 …$message .= sprintf($lang_ecard_php['ecards_footer'], $sender_name, $raw_ip, localised_date(-1, $l…
H A Ddisplayimage.php191 …$info[$lang_picinfo['Date Added']] = localised_date($CURRENT_PIC_DATA['ctime'], $lang_date['lastup…
H A Dadmin.php223 $tzinfo = sprintf($tzinfo, localised_date(-1, $lang_date['comment']));
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/table/structure/
H A Ddisplay_table_stats.twig155 <td class="value">{{ localised_date(showtable['Create_time']|date('U')) }}</td>
162 <td class="value">{{ localised_date(showtable['Update_time']|date('U')) }}</td>
169 <td class="value">{{ localised_date(showtable['Check_time']|date('U')) }}</td>
/dports/www/coppermine/cpg1.6.x-1.6.12/include/
H A Dlogger.inc.php59 …fwrite($fp, localised_date(-1, $lang_date['log']) . ' - ' . $text . $LINEBREAK . '---' . $LINEBREA…
H A Dfunctions.inc.php539 function localised_date($timestamp, $datefmt) function
1172 …$caption .= '<span class="thumb_caption thumb_caption_msg_date">' . localised_date($row['msg_date'…
1192 …$caption .= '<span class="thumb_caption thumb_caption_ctime">' . localised_date($row['ctime'], $la…
1221 …$caption .= '<span class="thumb_caption thumb_caption_mtime">' . localised_date($row['mtime'], $la…
3102 … $lang_display_thumbnails['date_added'] . localised_date($row['ctime'], $lang_date['album']);
3374 … $lang_display_thumbnails['date_added'] . localised_date($row['ctime'], $lang_date['album']);
H A Dthemes.inc.php3887 '{MSG_DATE}' => localised_date($row['msg_date'], $lang_date['comment']),
/dports/www/coppermine/cpg1.6.x-1.6.12/themes/sample/
H A Dtheme.php3885 '{MSG_DATE}' => localised_date($row['msg_date'], $lang_date['comment']),