Skip to content

Commit

Permalink
Fix it-IT i8n headerformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Dec 12, 2011
1 parent acc8e25 commit 42eb243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/i8n/jquery.mobile.datebox.i8n.it-IT.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jQuery.extend(jQuery.mobile.datebox.prototype.options.lang, {
dateFieldOrder: ['d', 'm', 'y'],
timeFieldOrder: ['h', 'i', 'a'],
slideFieldOrder: ['d', 'm', 'y'],
headerFormat: 'ddd, mmm dd, YYYY',
headerFormat: 'ddd, dd mmm, YYYY',
dateFormat: 'dd/mm/YYYY',
isRTL: false
}
Expand Down

0 comments on commit 42eb243

Please sign in to comment.