aboutsummaryrefslogtreecommitdiff
path: root/modules/news/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/news/functions.php')
-rw-r--r--modules/news/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/news/functions.php b/modules/news/functions.php
index 66c8b68..ee4345d 100644
--- a/modules/news/functions.php
+++ b/modules/news/functions.php
@@ -184,7 +184,7 @@ function displayNews($data){
<td style="text-align:left;">
View Comments: <a href="?load=news&id=<?php echo $news['news_id']; ?>"><?php echo $numComments;?> Comments</a>
</td>
- <td style="text-align:right;">Posted on: <?php echo date('D M j, Y H:i a T', strtotime($news['date'])); ?></td>
+ <td style="text-align:right;">Posted on: <?php echo date('D M j, Y g:i a T', strtotime($news['date'])); ?></td>
</tr>
</table>
</div>