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 00446ac3..09d98666 100644
--- a/src/js/components/Options/OptionItem.vue
+++ b/src/js/components/Options/OptionItem.vue
@@ -126,7 +126,7 @@ export default {
return {
from: {
month: from.format('MMM [ \']YY'),
- day: from.format('Do'),
+ day: from.format('D'),
dow: from.format('ddd'),
time: from.format('LT'),
date: from.format('ll'),