PDA

View Full Version : Format Date ex. Sunday, November 7, 2004


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

pixelpunk
11-08-2004, 07:20 AM
In the database the format of the date should be unchanged ("Y-m-d H:i:s").
Next version of pixelpost will have the ability to change the date display.
When the next version is ready I can't say, but it's close enough to be able to get out this week.

// punk

rich
11-08-2004, 02:28 PM
Glad to hear it will be in the next release.

Thanks