warrenerjm Posted April 11, 2008 Author Share Posted April 11, 2008 There are a couple of ways to get date format you want(d/m/y).As always back up your files firs. In admin/includes/languages/english.php find define('DATE_FORMAT', 'm/d/Y'); // this is used for date() Change to define('DATE_FORMAT', 'd/m/Y'); // this is used for date() OK I HAVE been stupid AGAIN!! :blush: Brain (not Brian to confuse me more :lol: ) please take note: We are working in ADMIN Duh :-" IF you make these changes in admin/includes/languages/english.php they work!! IF you try doing it in the catalog (as you are used to most of your editing is done in there) then they will not show in ADMIN!! Removed time as you stated too. All sorted now. :lol: Thank you Brian for ALL your help. :thumbsup: Link to comment Share on other sites More sharing options...
Guest Posted April 11, 2008 Share Posted April 11, 2008 Glad it works Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.