diff options
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index e10ee98..d1178a0 100755 --- a/index.php +++ b/index.php | |||
@@ -15,7 +15,7 @@ $getimage3 = mysql_fetch_array($getimage2); | |||
15 | 15 | ||
16 | ?> | 16 | ?> |
17 | <DIV CLASS="post"> | 17 | <DIV CLASS="post"> |
18 | <DIV CLASS="date" TITLE="<?php echo(date('F jS Y H:i:s', strtotime($getimage3['pubDate']))); ?>"> | 18 | <DIV CLASS="date" TITLE="<?php echo(date('F jS Y g:i a', strtotime($getimage3['pubDate']))); ?>"> |
19 | <?php echo(date('M',strtotime($getimage3['pubDate']))); ?><BR> | 19 | <?php echo(date('M',strtotime($getimage3['pubDate']))); ?><BR> |
20 | <?php echo(date('j',strtotime($getimage3['pubDate']))); ?><BR> | 20 | <?php echo(date('j',strtotime($getimage3['pubDate']))); ?><BR> |
21 | <?php echo(date('Y',strtotime($getimage3['pubDate']))); ?> | 21 | <?php echo(date('Y',strtotime($getimage3['pubDate']))); ?> |