2

I'm trying to get a Hebrew Calendar on JQueryUI Datepicker. For some reason, it always stays in English.

This is my code:

$.datepicker.setDefaults( $.datepicker.regional[ "" ] );
$( ".calendar_date" ).datepicker( $.datepicker.regional[ "he" ] );  

Thanks!

orshachar
  • 4,837
  • 14
  • 45
  • 68

1 Answers1

6

Have you downloaded and included in your page the localized calendar? You can find it and download it from here - check the source of the page, the Hebrew Calendar is this. You should download and include this js in your page.

gred
  • 504
  • 4
  • 16
  • 1
    Right now it is included in the bundle. Download the full ui zip from http://jqueryui.com/download/ and you will find it inside development-bundle/ui/i18n directory – gred Dec 03 '12 at 13:57
  • Above Given Links Are Not Working Please Fix, Need Help on Hebrew Calander, Thank You. – Aman Deep Nov 19 '18 at 18:33