Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Date format


Guest

Recommended Posts

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

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

  • 2 weeks later...

Archived

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

×
×
  • Create New...