Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Date changes


Guest

Recommended Posts

Posted

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!

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...