Heisenberg submitted a new resource:
You must be registered for see links
- how to change the word AM and PMvB Version: 4.2.2
How to change the word AM and PM
1- open functions.php in folder includes
2- fine
Code:if (!empty($userinfo['lang_locale'])) { setlocale(LC_TIME, $currentlocale); if (substr($currentlocale, 0, 5) != 'tr_TR') { setlocale(LC_CTYPE, $currentlocale); } } return $returndate; }
3- replace with
Code:if (!empty($userinfo['lang_locale'])) { setlocale(LC_TIME, $currentlocale);...
You must be registered for see links
Last edited: