Change language of days
-
Hello i love this plugin but cant figure the change language out. I would like to change the name of the month and the name of the days. I have tried to follow the manual.
This works
jQuery(document).ready(function($) {
$(“#datepicker”).datepicker({ dateFormat: “DD, d MM, yy”}).val()
});But now i want to change the language
Does not work: what is the correct way??
jQuery(document).ready(function($) {
$(“#datepicker”).datepicker({ dateFormat: “DD, d MM, yy”}).val()
$(“#datepicker”).datepicker({ dayNames:[ “Dimanche”, “Lundi”, “Mardi”, “Mercredi”, “Jeudi”, “Vendredi”, “Samedi”]
});
});
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Change language of days’ is closed to new replies.