vaveyla Posted February 21, 2003 Posted February 21, 2003 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:)
Guest Posted October 26, 2003 Posted October 26, 2003 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.