Elxis CMS Forum
Support => General => Topic started by: sawaedy on December 03, 2011, 15:23:26
-
im have a problem with format view date in my website is shown (l d F Y ساعت h:i A), can help me for release , edit what the file ?
-
Are you sure your server has locale for arabic or farsi?
-
what can i sure? can help me more please?
-
You can create php file like this:
<?php
/* Set locale to arabic Saudi Arabia, if doesn't work test some other locale names, this is just an example */
setlocale(LC_ALL, 'ar_SA');
/* Test date */
echo strftime("%A %e %B %Y", mktime(0, 0, 0, 12, 22, 1978));
?>
Upload file to your server and call it trough browser to see the result: http://YourSite.com/testfile.php
-
very thanks