Contributions

Features (Category Index)
Search: 

change date format

Did you ever seen in your order history something like: Order date Monday January 23,2009?
This patch changes the date format into Romanian format.
If you do not have a clean install of Oscommerce you should open include/languages/english.php or romanian.php if you use that and search for:

@setlocale(LC_TIME, 'en_US.ISO_8859-1');

and select the text until:

define('CHARSET', 'iso-8859-1');

(Usually is from line number 19 to 45).
Otherwise, if you have a clean install, download the file and replace it.

Expand All / Collapse All

change date format 14 Mar 2009

Did you ever seen in your order history something like: Order date Monday January 23,2009?
This patch changes the date format into Romanian format.
If you do not have a clean install of Oscommerce you should open include/languages/english.php or romanian.php if you use that and search for:

@setlocale(LC_TIME, 'en_US.ISO_8859-1');

and select the text until:

define('CHARSET', 'iso-8859-1');

(Usually is from line number 19 to 45).
Otherwise, if you have a clean install, download the file and replace it.

Note: Contributions are used at own risk.