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:28 AM
الأحد 13 ربيع الأول 1433 09:31:28 صباحاً
الأحد 05 شباط 2012 09:31:28 صباحاً
الأحد 05 فبراير 2012 09:31:28 صباحاً
الأحد 05 شباط/فبراير 2012 09:31:28 صباحاً
|
|