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); ?>
|
|
Saturday 04th September 2010 05:51:50 AM
السبت 25 رمضان 1431 05:51:50 صباحاً
السبت 04 أيلول 2010 05:51:50 صباحاً
السبت 04 سبتمبر 2010 05:51:50 صباحاً
السبت 04 أيلول/سبتمبر 2010 05:51:50 صباحاً
|
|