Searched refs:format_date (Results 1 – 7 of 7) sorted by relevance
/web-bugs/templates/ |
H A D | patchdiff.php | 2 <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 D | patchdisplay.php | 2 <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 D | listpatches.php | 21 …ame); ?>&revision=<?php echo $rev[0]; ?>&display=1"><?php echo format_date($rev[0]); ?></a>
|
H A D | addpatch.php | 67 Revision <?= format_date($patch['revision']); ?>
|
/web-bugs/www/ |
H A D | search.php | 162 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 D | bug.php | 661 <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 D | functions.php | 1036 function format_date($ts = null, $format = 'Y-m-d H:i e') function
|
Completed in 32 milliseconds