mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX:UX: Use shorter weekday labels in local-dates plugin
This commit is contained in:
parent
2c08d43539
commit
a68d8de72f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue