UX:UX: Use shorter weekday labels in local-dates plugin
This commit is contained in:
parent
2c08d43539
commit
a68d8de72f
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue