Home
last modified time | relevance | path

Searched refs:format_date (Results 1 – 7 of 7) sorted by relevance

/web-bugs/templates/
H A Dpatchdiff.php2 <p><b>Patch version <?php echo format_date($revision); ?></b></p>
13 format_date($betterpatch['revision']), '</a></li>';
26 format_date($betterpatch['obsolete_revision']), '</a></li>';
35 …echo format_date($revision['revision']); ?></a><?php if ($i < count($revisions) - 1) echo ' | '; ?>
H A Dpatchdisplay.php2 <p><b>Patch version <?php echo format_date($revision); ?></b></p>
13 format_date($betterpatch['revision']), '</a></li>';
26 format_date($betterpatch['obsolete_revision']), '</a></li>';
37 format_date($rev['revision']), '</a>',
H A Dlistpatches.php21 …ame); ?>&amp;revision=<?php echo $rev[0]; ?>&amp;display=1"><?php echo format_date($rev[0]); ?></a>
H A Daddpatch.php67 Revision <?= format_date($patch['revision']); ?>
/web-bugs/www/
H A Dsearch.php162 echo ' <td align="center">', format_date(strtotime($row['ts1'])), "</td>\n";
166 … echo ' <td align="center">' , ($ts2 ? format_date($ts2) : 'Not modified') , "</td>\n";
H A Dbug.php661 <td style="white-space: nowrap;"><?php echo format_date($bug['submitted']); ?></td>
663 …<td style="white-space: nowrap;"><?php echo ($bug['modified']) ? format_date($bug['modified']) : '…
783 $preview .= "<strong>[" . format_date(time()) . "] ";
1098 $formatted_date = format_date($revisions[0][0]);
1251 echo "<strong>[" , format_date($ts) , "] ";
/web-bugs/include/
H A Dfunctions.php1036 function format_date($ts = null, $format = 'Y-m-d H:i e') function

Completed in 14 milliseconds