Guest Posted July 4, 2005 Posted July 4, 2005 Ok I've changed everything language wise and currency but when the stock is expected int he date is in US terms and same when you sign up for an account, how do i change this? Thanks!
Guest Posted July 4, 2005 Posted July 4, 2005 You will find it in english.php: 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'); Search 'date' on php.net for info on the PHP date function/formats :D Matti
Recommended Posts
Archived
This topic is now archived and is closed to further replies.