Arabic Date To English‎ date conversion

khan

i am searching last couple of days that How to Convert Arabic Date in To English Date , e.g 1435/05/02 Convert To 2014/03/03 ? but no result i founded so help me Thanks

Ali

With some googling, I found this class: Source code here

The usage is simple

include 'class.php';
$DateConv = new Hijri_GregorianConvert;
$format="YYYY/MM/DD";
$date="1400/03/22"; // Arabic date here
echo $DateConv->HijriToGregorian($date,$format);

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Arabic Date To English‎ date conversion

From Dev

How to convert english date to arabic date in .Net

From Dev

how to convert english date to arabic date ios swift

From Dev

English to Arabic conversion in wordpress

From Dev

Date conversion and manipulation in javascript with Arabic months

From Dev

How to translate the date and the number from English to Arabic in asp:BoundField

From Dev

Android get current Arabic/Islamic date in English written format

From Dev

Converting Date from arabic culture to english in .net MVC

From Dev

Converting Date to English Date

From Dev

Date parsing issue with Arabic and regular date in Java

From Dev

Regular expression to match Arabic date or normal date

From Java

Converting a string with Arabic characters to a date

From Dev

Incorrect Conversion of Date as a Factor to a Date

From Dev

Julian date to regular date conversion

From Dev

date format conversion am to date

From Dev

SAS date to category and date conversion

From Dev

Convert Bangla date to standard English date

From Dev

Converting arbaic string date to english date

From Dev

Java English date format parsing

From Dev

Java English date format parsing

From Dev

Date format issue in android when locale is arabic

From Dev

Disable the automatic conversion to Date

From Dev

Date conversion from string

From Java

Java string to date conversion

From Dev

Pandas date offset and conversion

From Dev

PHP Date Conversion to Timestamp

From Dev

String date to xmlgregoriancalendar conversion

From Dev

Float date conversion

From Dev

iOS Date Format conversion