How do I localize the jQuery DatePicker?

Posted by Thomas Eyde on Stack Overflow See other posts from Stack Overflow or by Thomas Eyde
Published on 2009-01-30T09:29:30Z Indexed on 2010/05/25 14:11 UTC
Read the original article Hit count: 398

I really need a localized dropdown calendar. An English calendar doesn't exactly communicate excellence on a Norwegian website ;-)

I have experimented with the jQuery DatePicker, their website says it can be localized, however that doesn't seem to work.

I am using ASPNET.MVC, and I really want to stick to one javascript library. In this case jQuery.

The ajax toolkit calendar would be acceptable, if only it too would display Norwegian names.

Update: Awesome! I see I am missing the language files, a not so minor detail :-)

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about asp.net-mvc