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 aa89e7f commit b80f55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatetimePopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default {
return this.newDatetime.toLocaleString({
month: 'long',
day: 'numeric'
}).substr(new String(this.day).length + 1)
}).substr(('' + this.day).length + 1)
},
minDatetimeUTC () {
return this.minDatetime ? this.minDatetime.toUTC() : null
Expand Down

0 comments on commit b80f55b

Please sign in to comment.