change date format, even though it's undecided

This commit is contained in:
2024-06-05 23:19:41 +02:00
parent c974e296ef
commit e04bccf359

View File

@ -7,7 +7,7 @@ import styles from "./dateList.module.scss";
import Link from "next/link";
const DateListItem = ({ occurrence }: { occurrence: EventOccurrence }) => {
const dateFormat = "EEEE dd.MM.yyyy";
const dateFormat = "EEEE dd. MMMM yyyy";
const timeFormat = "'kl.' HH:mm";
return (