CodeIgniter Forums
arabic date plugin - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: arabic date plugin (/showthread.php?tid=43358)



arabic date plugin - El Forum - 07-08-2011

[eluser]Php Coder[/eluser]
this is my first add in codeIgniter framwork

just write arabic date

download from hear

http://www.mediafire.com/?w5gxkm0555wsmn9

how it is work:

Code:
$this->load->helper->(ar_date);
$this->ar_date($date,$type);
$date = 07-01-2011 12:05:00 for example.
$type = d/m/Y H:i:s a        for example.
result 7/يناير/2011 12:05:00 ص
$type mean what is format date what you want .
like d-m-Y H:i:s
note:
Waiting for your comments and views

Excuse my poor English


arabic date plugin - El Forum - 07-08-2011

[eluser]Irfan Cikoglu[/eluser]
Added to archive i will use if i code arabic site o.o
Thanks