Guest Posted July 13, 2003 Posted July 13, 2003 :shock: i want to change the default date format in footer.php my country format. because to be seen english. i want to see turkish. how i do. please help me. i change the default language. the site turkish but date and time format not turkish. thanks.
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');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.