Problem with post date
-
Hi. I’m using this widget to output latest posts in a sidebar. It works fine except one simple problem – I tried to insert post date not only years, months and days but hours and minutes. Through widget panel it doesn’t work, so I tried to add code to gsy-ajax-recent-posts.php file –
$post_date = date( "d.m.Y H:i", mktime(0,0,0,date("m"), date("d"), date("Y")) );
. Unfortunately output time does’t work (shows 00:00).Could someone help me? Thanks in advance.
- The topic ‘Problem with post date’ is closed to new replies.