comparison client/src/components/importqueue/Importqueuedetail.vue @ 1568:ce59e73a0cef

importqueue: internationalization 24h format
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 12 Dec 2018 14:50:28 +0100
parents ed67857a2079
children 98a1636c7255
comparison
equal deleted inserted replaced
1567:ed67857a2079 1568:ce59e73a0cef
139 day: "2-digit", 139 day: "2-digit",
140 month: "2-digit", 140 month: "2-digit",
141 year: "numeric" 141 year: "numeric"
142 }) + 142 }) +
143 " - " + 143 " - " +
144 d.toLocaleTimeString(locale2) 144 d.toLocaleTimeString(locale2, {
145 hour12: false
146 })
145 ); 147 );
146 }, 148 },
147 showDetails(id) { 149 showDetails(id) {
148 if (this.show) { 150 if (this.show) {
149 this.show = false; 151 this.show = false;