I need a french calendar and I can\'t understand the problem. I guess I\'m not using the regional options like it should be. But...
Here is my code :
If you want to include some options besides regional localization, you have to use $.extend, like this:
$(function() {
$('#Date').datepicker($.extend({
showMonthAfterYear: false,
dateFormat:'d MM, y'
},
$.datepicker.regional['fr']
));
});
I just Added
jQuery.datetimepicker.setLocale('fr');
and It's worked