Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

date format?


vaveyla

Recommended Posts

Posted

Hello everybody!

I have a problem about date format...I translated Oscommerce in Turkish but now it shows the dates like this:

 

Last Modified:ThuPMGTB Standart Saati E_September-0300RSepPMGTB

 

how can I solve this problem?Which files should I deal with?

Thanks everyone:)

  • 8 months later...
Posted

Just you will do like this , everthing will ok.. For new version

 

 

 

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');

 

 

Olso you can download Turkish loungage pack Buradan indirebilirsin

Archived

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

×
×
  • Create New...