See also: ArMktime
Related Class Documentation
<?php date_default_timezone_set('UTC'); $time = time(); echo date('l dS F Y h:i:s A', $time); echo '<br /><br />'; include('Arabic.php'); $Ar = new Arabic('ArDate'); $fix = $Ar->dateCorrection ($time); echo $Ar->date('l dS F Y h:i:s A', $time, $fix); echo '<br /><br />'; $Ar->setMode(2); echo $Ar->date('l dS F Y h:i:s A', $time); echo '<br /><br />'; $Ar->setMode(3); echo $Ar->date('l dS F Y h:i:s A', $time); echo '<br /><br />'; $Ar->setMode(4); echo $Ar->date('l dS F Y h:i:s A', $time); ?>
|
|
Sunday 05th February 2012 09:31:52 AM
الأحد 13 ربيع الأول 1433 09:31:52 صباحاً
الأحد 05 شباط 2012 09:31:52 صباحاً
الأحد 05 فبراير 2012 09:31:52 صباحاً
الأحد 05 شباط/فبراير 2012 09:31:52 صباحاً
|
|
|
Skinner's Constant: That quantity which, when multiplied by, divided by, added to, or subtracted from the answer you get, gives you the answer you should have got.
|
ثابت سكينر: هو ذلك المقدار الذي إذا ضربته أو قسمته أو جمعته أو طرحته من جوابك فستحصل على الإجابة الصحيحة
|