ArDate - Format times and dates in Arabic
This class can be used to format times and dates in Arabic.
It implements functionality similar to PHP date function. It takes as parameters a timestamp integer value and a date format string.
The class returns a string formatted represented the given date in Arabic encoded using the Windows-1256 character set. The names of the months, days of the week and AM and PM references are translated into the Arabic equivalents.
The class can also convert a data from the Gregorian calendar (represented in timestamp input) into a data Hegri Islamic calendar using same format string of the PHP date function.

February 26th, 2007 at 1:19 am
السلام عليكم،
كنت أود الحصول على شفرتك البرمجية التي تختص بdisplaying التاريخ بالهجري ، لو سمحت..
أتساءل عن امكانية ذلك..
و لك جزيل لشكر
February 26th, 2007 at 3:50 pm
للتحويل من التاريخ الميلادي إلى الهجري يمكنك بداية تحويل التاريخ الميلادي إلى صيغة يونيكس تايم ستامب ومن ثم استخدام الصنف التالي لتحويل المقدار إلى تاريخ هجري:
http://www.phpclasses.org/browse/package/3591/download/zip.html
أما من أجل تحويل من تاريخ هجري إلى ميلادي فعليك استخدام الصنف التالي لتحويل التاريخ الهجري بداية إلى صيغة يونيكس تايم ستامب ومن ثم تستطيعين استخدام تعليمة
Date
التقليدية لإظهار التاريخ الميلادي الموافق، والصنف المستخدم هنا هو التالي
http://www.phpclasses.org/browse/package/3592/download/zip.html
أرجو أن يكون ه>ا الجواب واضحا، الرجاء عدم التردد في مراسلتي إن كان لديك مزيد من الأسئلة، كما أرجو التنويه إلى الموقع التالي للحصول على مزيد من المعلومات والأمثلة حول البرامج التي أقوم بتطويرها لخدمة اللغة العربية في بيئة بي إتش بي
http://www.al-shamaa.com/php/arabic/
وكوني على ثقة بأن أي استفسار سيكون محل ترحاب
خالد الشمعة
February 1st, 2010 at 5:25 am
إلى الموقع التالي للحصول على مزيد من المعلومات والأمثلة حول البرامج التي أقوم بتطويرها لخدمة اللغة العربية في
February 1st, 2010 at 5:28 am
Bursa otel The class returns a string formatted represented the given date in Arabic encoded using the Windows-1256 character set. The names of the months, days of the week and AM and PM references are translated into the Arabic equivalents. right.Thanks