diff --git a/src/DatetimePopup.vue b/src/DatetimePopup.vue index 4c12d77..fd1e30e 100644 --- a/src/DatetimePopup.vue +++ b/src/DatetimePopup.vue @@ -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