Created
March 14, 2018 22:10
-
-
Save fmarcia/0f0335828723da68a8a9d3065618a52a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pickmeup.defaults.locales['fr'] = { | |
days: ['Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'], | |
daysShort: ['Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'], | |
daysMin: ['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'], | |
months: ['Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'], | |
monthsShort: ['Jan', 'Fév', 'Mar', 'Avr', 'Mai', 'Jun', 'Jul', 'Aoû', 'Sep', 'Oct', 'Nov', 'Déc'] | |
}; | |
pickmeup('.range', { | |
flat: true, | |
mode : 'range', | |
select_year: false, | |
title_format: "B Y", | |
locale: 'fr', | |
max: new Date() | |
}); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment