Locale Settings
Page: 1
Hi,
Is there a way set the date format of dates that appear across Active Collab? I thought it would be in the Locale Settings but its not and i cant find it anywhere. At the moment they mostly appear in YYYY-MM-DD format, and id like the option to be able to change them to DD-MM-YYYY.
Thanks,
Paul
Is there a way set the date format of dates that appear across Active Collab? I thought it would be in the Locale Settings but its not and i cant find it anywhere. At the moment they mostly appear in YYYY-MM-DD format, and id like the option to be able to change them to DD-MM-YYYY.
Thanks,
Paul
Paul Dixon
Dejan Ranisavljevic
on Oct 15. 2007. 8:51 am
In config.php you can define custom formats
// Date time
define('DATE_FORMAT', 'Y-m-d');
define('DATETIME_FORMAT', 'Y-m-d G:i a');
define('TIME_FORMAT', 'G:i a');
define('PUBLIC_DATE_FORMAT', 'F j. Y');activeCollab team member
Cheers Dejan,
I was hoping to do it without changing any code, so that i would have to worry about upgrading.
I was hoping to do it without changing any code, so that i would have to worry about upgrading.
Paul Dixon
Dejan Ranisavljevic
on Oct 15. 2007. 9:08 am
Nothing to worry about. Just enjoy ;) Cheers.
activeCollab team member



