Login or Register

RSS IconRecent posts in this topic

avatar
pdiki on Oct 15. 2007. 5:21 am
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
Paul Dixon
avatar
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
avatar
pdiki on Oct 15. 2007. 9:00 am
Cheers Dejan,

I was hoping to do it without changing any code, so that i would have to worry about upgrading.
Paul Dixon
avatar
Dejan Ranisavljevic on Oct 15. 2007. 9:08 am
Nothing to worry about. Just enjoy ;) Cheers.
activeCollab team member

RSS IconRecent posts in this topic