Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Update DatetimePopup.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
undercloud authored Nov 14, 2018
1 parent dbefc2f commit aa89e7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/DatetimePopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ export default {
},
dateFormattedMonth () {
return this.newDatetime.toLocaleString({
month: 'long'
})
month: 'long',
day: 'numeric'
}).substr(new String(this.day).length + 1)
},
minDatetimeUTC () {
return this.minDatetime ? this.minDatetime.toUTC() : null
Expand Down

0 comments on commit aa89e7f

Please sign in to comment.