Skip to content

Commit 368cd95

Browse files
shorten day of week format for English
1 parent 6745a1c commit 368cd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/rangedate-picker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const availableMonths = {
1010
}
1111

1212
const availableShortDays = {
13-
EN: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
13+
EN: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
1414
ID: ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab']
1515
}
1616

0 commit comments

Comments
 (0)