Browse Source

change creneau date

tripeur 4 years ago
parent
commit
d1321e6cdc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/models/Creneau.ts

+ 1 - 1
src/models/Creneau.ts

@@ -124,7 +124,7 @@ class Creneau implements ICreneau {
   get fromTo(): string {
     return (
       "le " +
-      dayjs(this.event.start).format("YYYY/MM/DD") +
+      dayjs(this.event.start).format("DD/MM/YYYY") +
       " de " +
       dayjs(this.event.start).format("HH:mm") +
       " à " +