aboutsummaryrefslogtreecommitdiff
path: root/budget/static/jquery
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-10-17 00:14:31 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-10-17 00:15:44 +0200
commit3f9022ac132ed7b7faf02939df579738d22a95af (patch)
treea1edf361e2992503ad1fddc082b9ea5a27540932 /budget/static/jquery
parentdb7e1496b0af8f6270b8304055f2aabb2428fbe0 (diff)
downloadihatemoney-mirror-3f9022ac132ed7b7faf02939df579738d22a95af.zip
ihatemoney-mirror-3f9022ac132ed7b7faf02939df579738d22a95af.tar.gz
ihatemoney-mirror-3f9022ac132ed7b7faf02939df579738d22a95af.tar.bz2
the format for the date is yy-mm-dd
Diffstat (limited to 'budget/static/jquery')
-rw-r--r--budget/static/jquery/i18n/jquery.ui.datepicker-fr.js4
1 files 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 134bda6..e5efd06 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
+});