Elxis CMS Forum

Support => General => Topic started by: sawaedy on December 03, 2011, 15:23:26

Title: problem with format date
Post 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 ?
Title: Re: problem with format date
Post by: Ivan Trebješanin on December 04, 2011, 11:12:57
Are you sure your server has locale for arabic or farsi?
Title: Re: problem with format date
Post by: sawaedy on December 04, 2011, 23:53:28
what can i sure? can help me more please?
Title: Re: problem with format date
Post by: Ivan Trebješanin on December 05, 2011, 15:10:22
You can create php file like this:
Code: [Select]
<?php

/* Set locale to arabic Saudi Arabia, if doesn&#39;t work test some other locale names, this is just an example */
setlocale(LC_ALL, &#39;ar_SA&#39;);

/* Test date */
echo strftime("%A %e %B %Y"mktime(00012221978));

?>


Upload file to your server and call it trough browser to see the result: http://YourSite.com/testfile.php
Title: Re: problem with format date
Post by: sawaedy on December 06, 2011, 18:12:55
very thanks