forked from ScoDoc/ScoDoc
Francisation du datepicker
This commit is contained in:
parent
419f1223dd
commit
b8413832ee
@ -20,6 +20,46 @@ $(function () {
|
|||||||
buttonImageOnly: true,
|
buttonImageOnly: true,
|
||||||
dateFormat: "dd/mm/yy",
|
dateFormat: "dd/mm/yy",
|
||||||
duration: "fast",
|
duration: "fast",
|
||||||
|
firstDay: 1, // Start with Monday
|
||||||
|
dayNames: [
|
||||||
|
"Dimanche",
|
||||||
|
"Lundi",
|
||||||
|
"Mardi",
|
||||||
|
"Mercredi",
|
||||||
|
"Jeudi",
|
||||||
|
"Vendredi",
|
||||||
|
"Samedi",
|
||||||
|
],
|
||||||
|
dayNamesMin: ["Di", "Lu", "Ma", "Me", "Je", "Ve", "Sa"],
|
||||||
|
dayNamesShort: ["Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"],
|
||||||
|
monthNames: [
|
||||||
|
"Janvier",
|
||||||
|
"Février",
|
||||||
|
"Mars",
|
||||||
|
"Avril",
|
||||||
|
"May",
|
||||||
|
"Juin",
|
||||||
|
"Juilet",
|
||||||
|
"Août",
|
||||||
|
"Septembre",
|
||||||
|
"Octobre",
|
||||||
|
"Novembre",
|
||||||
|
"Décembre",
|
||||||
|
],
|
||||||
|
monthNamesShort: [
|
||||||
|
"Jan",
|
||||||
|
"Fév",
|
||||||
|
"Mar",
|
||||||
|
"Avr",
|
||||||
|
"Mai",
|
||||||
|
"Juin",
|
||||||
|
"Juil",
|
||||||
|
"Aoû",
|
||||||
|
"Sep",
|
||||||
|
"Oct",
|
||||||
|
"Nov",
|
||||||
|
"Déc",
|
||||||
|
],
|
||||||
});
|
});
|
||||||
$(".datepicker").datepicker(
|
$(".datepicker").datepicker(
|
||||||
"option",
|
"option",
|
||||||
|
Loading…
Reference in New Issue
Block a user