Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian translation

(cherry picked from commit cedac75bcc)
This commit is contained in:
Richard D. Worth 2011-09-13 05:06:06 -04:00
parent eddf076b8c
commit af7d433818

View File

@ -14,7 +14,7 @@ jQuery(function($){
dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
weekHeader: 'Hét',
dateFormat: 'yyyy.mm.dd.',
dateFormat: 'yy.mm.dd.',
firstDay: 1,
isRTL: false,
showMonthAfterYear: true,