I'm seeing the english date format in my catalog...
where have i to change it ?..
thanks...
This is a discussion on Quick about date format within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I'm seeing the english date format in my catalog... where have i to change it ?.. thanks......
I'm seeing the english date format in my catalog...
where have i to change it ?..
thanks...
if i remember correctly this is in /catalog/includes/languages/english.php . Someone correct me if im wrong. Should look something like this:
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');
and be right near the top.
Clifton Murphy CEO/CTO
Hyperactive Inc.
osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists!
Also if you DON'T want DATE_FORMAT_LONG default english names (ie MONTH WEEK loke "May" or "Tuesday") - you have to make sure your server support/installs the ISO language you want (it's an OS language settings where it pulls the TEXT for these)
Good Luck!
JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Bookmarks