change date format, even though it's undecided
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user