@@ -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") +
" à " +