Support Joomla!
Search: Advanced Search
Serving 3732 extensions to the community. Last updated on September 7.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 726 guests and 38 members online

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
Latest News Show All Developer's Extensions
Latest News with Date Modulemodule
Rating
Developer:Peter Martin (pe7er) Version:1.1.0 (Updated 2 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.0
Views: 21,252 License:GPLv2.0
Favoured:
5
Type:Non-Commercial
Date Added:Apr 1, 2007
DownloadHomepageWrite ReviewRecommend
Latest News with Date
This Joomla 1.0.x (Hack of the Latest News) Module shows a list of the most recently published Items (with Creation Date) that are still current (some may have expired even though they are the most recent). Items that are displayed on the Front Page Component are not included in the list.

New in version 1.1.0 (18 April 2008): date/time format according to the Country Locale which enables you to output the day & month names according to your language.
The previous version (1.0) used the MySQL date/time format and showed the dates only in English day & month names.

The module has three parameters:
* Text before date, default: [
* Date/Time format, default: %A %d %B %Y, %H:%I
* Text after date, default:]

Date/time format
This module shows the latest news with date formatted according to Country Locale (set in Site > Global Configuration > Locale > Country Locale:) and module parameter "Date/time format" which uses the date/time format from PHP strftime

Examples:
* Country Locale: nl_NL and %A %d %B %Y, %H:%I will result in
maandag 9 augustus 2004, 18:30
* Country Locale: en_EN and %A %d %B %Y, %H:%I will result in
Monday 9 August 2004, 18:30

Report this listing


There is nothing wrong with the script by Annett, August 28, 2007
I had the same problem, the date was wrong in the news listing. I checked the database via phpMyAdmin and the dates in the entire table (jos_content) where wrong.

The solution: Change your time zone in the global configuration! You may forgot the set it up correctly.

Thanks for the script I love it!
Cheers Annett


Looks OK, but date is wrong! by jackbremer, April 16, 2007
0 of 1 people find this review helpful:
Well, it displays the wrong date - backwards by one day!
FYI, if you want to show them in reverse order, change the three occurrences of ASC in the php file to DESC or vice versa...
If the developer can fix the date issue then this is a winner.
FYI, I applied a class suffix nad then styled this - it's a bit clunky in its default layout...


Owner's reply:
The module takes the Creation date from the jos_content table. Are you sure it takes the wrong creation (and not modified) date?