PDA

View Full Version : ¿Modify the label <phpdig:update_date/>?


zertiko
07-24-2004, 05:11 PM
Hello, sorry but my English isn't good, I'm from Madrid (Europe).

¿As can I modify the label <phpdig:update_date/> so that the date format is 25-07-2004 instead of 2004-07-25?

Thanks, bye.

Charter
07-24-2004, 05:16 PM
config file... ;)

define('PHPDIG_DATE_FORMAT','\1-\2-\3'); // Date format for last update
// \1 is year, \2 month and \3 day
// if using rss, use date format \1-\2-\3

zertiko
07-25-2004, 07:38 AM
Ok, Thanks.

Bye