From 3f9022ac132ed7b7faf02939df579738d22a95af Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Mon, 17 Oct 2011 00:14:31 +0200 Subject: [PATCH] the format for the date is yy-mm-dd --- budget/static/jquery/i18n/jquery.ui.datepicker-fr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/budget/static/jquery/i18n/jquery.ui.datepicker-fr.js b/budget/static/jquery/i18n/jquery.ui.datepicker-fr.js index 134bda65..e5efd068 100644 --- a/budget/static/jquery/i18n/jquery.ui.datepicker-fr.js +++ b/budget/static/jquery/i18n/jquery.ui.datepicker-fr.js @@ -14,10 +14,10 @@ jQuery(function($){ dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'], dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'], weekHeader: 'Sm', - dateFormat: 'dd/mm/yy', + dateFormat: 'yy-mm-dd', firstDay: 1, isRTL: false, showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['fr']); -}); \ No newline at end of file +});