الصفحة الرئيسية
المزايا
المشروع
روابط مفيدة
تنزيل
الأسئلة الشائعة
النسخة القديمة
See also: Mktime

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 />';
  
  require(
'I18N/Arabic.php');
  
$Ar = new I18N_Arabic('Date');
  
  
$fix $Ar->dateCorrection ($time);
  
  echo 
$Ar->date('l dS F Y h:i:s A'
                
$time$fix);
  echo 
'<br /><br />';

  
$day $Ar->date('j'$time$fix);
  
$dir 'I18N/Arabic/Examples/';
  echo 
'<a href="'.$dir.'Moon.php?day='.$day;
  echo 
'" class="ar_link" target=_blank';
  echo 
'>القمر الليلة</a>';
  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);
  echo 
'<br /><br />';
  
  
$Ar->setMode(6);
  echo 
$Ar->date('l dS F Y h:i:s A'$time);
?>


Saturday 20th April 2024 10:44:43 AM

السبت 11 شوال 1445 10:44:43 صباحاً

القمر الليلة

السبت 20 نيسان 2024 10:44:43 صباحاً

السبت 20 أبريل 2024 10:44:43 صباحاً

السبت 20 نيسان/أبريل 2024 10:44:43 صباحاً

السبت 20 أفريل 2024 10:44:43 صباحاً
An expert is one who knows more and more about less and less until he knows absolutely everything about nothing.
الخبير هو الذي يعرف أكثر وأكثر عن أشياء أدق وأدق .... حتى يصل الى أن يعرف كل شيء عن .. لاشيء
Index | Features | ArPHP Project | Useful Links | Download | PHP4!!!

Copyright © 2006 - 2021 Khaled Al-Sham'aa. All Rights Reserved | Sourceforge.net | GitHub.com | Terms Of Use

 

  If not now when? If not you and me who else? | إن لم يكن الآن فمتى؟ إن لم تكن أنت وأنا فمن غيرنا؟