diff --git a/UWLecturePlan/Controllers/LectureController.cs b/UWLecturePlan/Controllers/LectureController.cs index fe45b5b..d59db0a 100644 --- a/UWLecturePlan/Controllers/LectureController.cs +++ b/UWLecturePlan/Controllers/LectureController.cs @@ -19,7 +19,7 @@ namespace UWLecturePlan.Controllers var from = DateTime.Now; - var date = DateTime.ParseExact(model.Date, "dd.MM.yyyy", CultureInfo.InvariantCulture); + var date = DateTime.ParseExact(model.Date, "dd.MM.yyyy", CultureInfo.GetCultureInfo("de")); model.LectureEvents = [.. db.LectureEvents.Include(x=>x.Lecture) diff --git a/UWLecturePlan/Views/Lecture/Index.cshtml b/UWLecturePlan/Views/Lecture/Index.cshtml index 1559bee..cc5c7bb 100644 --- a/UWLecturePlan/Views/Lecture/Index.cshtml +++ b/UWLecturePlan/Views/Lecture/Index.cshtml @@ -39,9 +39,18 @@ diff --git a/UniForAllCard.xcf b/UniForAllCard.xcf index 02c2920..bb42a11 100644 Binary files a/UniForAllCard.xcf and b/UniForAllCard.xcf differ