Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

.css changes not taking effect?


warrenerjm

Recommended Posts

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

Archived

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

×
×
  • Create New...