Jump to content
xt:Commerce Community Forum

Codierung, Datumformat.


deavik

Recommended Posts

Hallo!

Ich benutze im shop deutsch und russisch. Russisch mit windows-1251 - codierung.

Es ist alles i.O. bis jetzt, hab nur eine kleine probs - datum format wird in ganz anderen codierung rausgegeben. Ich vermute, dass es am server liegt, oder mysql-datenbank einstellug. Kann man irgendwie umschalten auf zahlenformat?

Oder gleiche codierung verwenden wie ganze shop (windows-1251)?

Link to comment
Share on other sites

  • 1 year later...
  • 6 months later...

ändern der yourlanguage/yourlanguage.php

Beispiel Türkisch:



For date :


========================================


setlocale(LC_TIME, 'turkish');


define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime()

define('DATE_FORMAT_LONG', '%d %B, %Y%A '); // 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');

===================================================

For crackter


// charset for web pages and emails

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

und evtl. jedes Vorkommen von xtc_date_long.inc.php ersetzen mit xtc_date_short.inc.php oder

quick'n'dirty: code von xtc_date_short.inc.php in xtc_date_long.inc.php kopieren

Quelle: http://forums.oscommerce.com/index.php?showtopic=35073

Link to comment
Share on other sites

Archived

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

×
  • Create New...