UX:UX: Use shorter weekday labels in local-dates plugin

This commit is contained in:
Gerhard Schlager 2019-08-05 14:21:59 +02:00
parent 2c08d43539
commit a68d8de72f
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ export default Ember.Component.extend({
nextMonth: I18n.t("dates.next_month"),
months: moment.months(),
weekdays: moment.weekdays(),
weekdaysShort: moment.weekdaysShort()
weekdaysShort: moment.weekdaysMin()
},
onSelect: date => {
const formattedDate = moment(date).format("YYYY-MM-DD");