Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/js/components/Options/OptionItem.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Options/OptionItem.vue b/src/js/components/Options/OptionItem.vue
index 0893eeb3..d707d234 100644
--- a/src/js/components/Options/OptionItem.vue
+++ b/src/js/components/Options/OptionItem.vue
@@ -136,7 +136,7 @@ export default {
day: toModified.format('D'),
dow: toModified.format('ddd'),
time: to.format('LT'),
- date: to.format('ll'),
+ date: toModified.format('ll'),
dateTime: to.format('llll'),
utc: moment(to).utc().format('llll'),
sameDay: from.format('L') === toModified.format('L'),