Localize jQuery Date Picker using the Zend Framework

Posted by Matijs on Stack Overflow See other posts from Stack Overflow or by Matijs
Published on 2010-04-02T16:35:40Z Indexed on 2010/04/03 8:23 UTC
Read the original article Hit count: 437

Filed under:
|
|
|

I am trying to create a datepicker using a different locale than English. According to the jQuery manual I need to add the line:

$("#datepicker").datepicker($.datepicker.regional['fr']);

to $view->jquery()->addOnLoad(). The code is output and runs without any errors, but the month and day names are still in English.

Is there some simpler option or what am I overlooking.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about datepicker