From aa89e7fa3589470d098366b218effe0b9bcca02d Mon Sep 17 00:00:00 2001 From: undercloud Date: Wed, 14 Nov 2018 13:00:49 +0400 Subject: [PATCH] Update DatetimePopup.vue --- src/DatetimePopup.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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