We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6745a1c commit 368cd95Copy full SHA for 368cd95
src/js/rangedate-picker.js
@@ -10,7 +10,7 @@ const availableMonths = {
10
}
11
12
const availableShortDays = {
13
- EN: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
+ EN: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
14
ID: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab']
15
16
0 commit comments