$(document).ready(function(){
$('#dater').datepicker('option', $.extend({showMonthAfterYear: false},
$.datepicker.regional['fr']));
});