PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   ¿Modify the label <phpdig:update_date/>? (http://www.phpdig.net/forum/showthread.php?t=1119)

zertiko 07-24-2004 05:11 PM

¿Modify the label <phpdig:update_date/>?
 
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... ;)
PHP Code:

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


All times are GMT -8. The time now is 09:41 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.