When looking at the existing albums, creation date will always be shown as YY.MM.DD no matter what the local settings are.
In fact, I'd love to see the list of existing albums as a template instead of hardcoded into the program, it's quite a pain in the ass to make it look like what you want :)
Posted: 17.08.2003, 23:01
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
It will be templateable in next version and the date format is specified in the language file, so you can change it to whatever you want.
Posted: 18.08.2003, 02:28
rank:
12
registered:
March 2009
Status:
offline
last visit:
Posts:
0
-----
// Date format setting (uses PHP's strftime() as described on www.php.net)
define('_PSDATEFORMAT', '%d/%b/%y');
-----
Oooops, that one was quite hidden...
17/Aug/03
Way better now. Quite weird that whoever who did the localized language packs (spanish in my case) didn't bother puting this on a more readable way :)