Guest Posted May 12, 2003 Share Posted May 12, 2003 Hey all, how do i change the date format from MM/DD/YY to DD/MM/YY ? Thanks, Tjobbe 100 posts! Link to comment Share on other sites More sharing options...
Madinson Posted May 12, 2003 Share Posted May 12, 2003 It should work if you go to includes/languages/english.php on line 17: and change what you need::: @setlocale(LC_TIME, 'en_US.ISO_8859-1'); define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime() define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime() define('DATE_FORMAT', 'm/d/Y'); // this is used for date() define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S'); just create...and sell..sell...sell..... Link to comment Share on other sites More sharing options...
Guest Posted May 12, 2003 Share Posted May 12, 2003 Vielen Dank ;o) Thanks amte, Tjobbe Link to comment Share on other sites More sharing options...
Guest Posted May 25, 2003 Share Posted May 25, 2003 Dont forget to changet he admin/include/language/english.php too! :lol: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.