PDA

View Full Version : Latest News Time?


Steve_C
04-01-2006, 11:18 PM
How do I display the time in the Latest News plug-in? See the attachment. Notice the time the article was posted/updated is not displayed.

recon
03-05-2007, 05:07 PM
Main settings ->
Format For Date:
see http://us2.php.net/manual/en/function.date.php
(is mean you can do date + time to print out)
sample for Europe format: j. F Y H:i

TeGroen
10-05-2007, 04:35 PM
And how do I use a second dateformat? Suggest that I want to have mij Latest News date in the format September 5th, 2007 and for my Archive the format Friday, 5th of September 2007?

Does anyone know?

Loverboy27
01-02-2008, 02:27 AM
yeah it does. try...

' . DisplayDate($article['datecreated'],'l, j. m, Y, H:i') . '

for example

TeGroen
03-12-2008, 08:15 PM
Thnx! I finally got it working the way I want it!

Do you maybe also know if it is possible to sort the p20_News_Archive by month per year?

Thanks for your help so far!