1

I need any calendar which display hijri dates.

For example, if the date is 20/05/2014 then it will display 21/7/1435 in hijri date format. I have tried: jqueryui.com/datepicker/#localization

In arabic mode but its not displaying the dates in hijri format. Example of the hijri date format I found on following link.

Example link : Example

Only the navigation and the titles are in hijri. please help me.

s4suryapal
  • 1,880
  • 1
  • 18
  • 26
Pragnesh Rupapara
  • 782
  • 1
  • 12
  • 30

1 Answers1

2

Try to set the region in your script:

$( selector ).datepicker( $.datepicker.regional[ "your_region" ] );

Edit

Then read this questione: Question I hope it is usefull to you

Community
  • 1
  • 1
Teo
  • 3,143
  • 2
  • 29
  • 59
  • hi Teo, i have tried this $.datepicker.regional['ar'] but "date format" is not in hijri, i have seen jquery localization, i need this, when i select date 20/05/2014 then date is displayed like 21/7/1435 – Pragnesh Rupapara May 21 '14 at 07:56