rich
11-07-2004, 02:43 PM
Is it possible to change the date format to say “Sunday, November 7, 2004” instead of 11/7/04?
I edited index.php in three areas where $datetime = date("Y-m-d H:i:s"); was mentioned. I tired replacing it with: l, F j, Y but no luck using PHP date functions (http://us2.php.net/date).
I edited current_datetime.php and formatted the way I wanted, but that gives me the current date. I’m looking to change the date for a photo posted. Is it possible?
Thanks
I edited index.php in three areas where $datetime = date("Y-m-d H:i:s"); was mentioned. I tired replacing it with: l, F j, Y but no luck using PHP date functions (http://us2.php.net/date).
I edited current_datetime.php and formatted the way I wanted, but that gives me the current date. I’m looking to change the date for a photo posted. Is it possible?
Thanks