PDA

View Full Version : Change update_date to "Nov 24, 2005"


JAB Creations
09-06-2005, 09:12 AM
I figure it's this line...

'update_date' => ereg_replace('^([0-9]{4})([0-9]{2})([0-9]{2}).*',PHPDIG_DATE_FORMAT,$content['last_modified']),

...in the search_function.php file that I can modify the date format but I'm not sure how?

JAB Creations
09-06-2005, 09:15 AM
IoI...again I answer my own question (and hopefully someone else's).

config.php
define('PHPDIG_DATE_FORMAT','\2-\3-\1'); // Date format for last update

It was the first line for the term "date" in this file to boot! :cool: