From 08ee557442e203bc3a4b3f4034d8daf36b404d36 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Mon, 20 Apr 2020 13:55:04 +0200 Subject: [PATCH] typo --- src/geburtstag/Geburtstag.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geburtstag/Geburtstag.java b/src/geburtstag/Geburtstag.java index f257d3d..29e9062 100644 --- a/src/geburtstag/Geburtstag.java +++ b/src/geburtstag/Geburtstag.java @@ -25,7 +25,7 @@ public class Geburtstag { myBirthday = setMyBirthday(); if (myBirthday != null) { System.out.println("Mein Geburtsdatum mit Geburtszeit ist:"); - System.out.println(translateDate(myBirthday.getDayOfWeek().toString()) + " ,der " + + System.out.println(translateDate(myBirthday.getDayOfWeek().toString()) + ", der " + myBirthday.getDayOfMonth() + ". " + translateDate(myBirthday.getMonth().toString()) + " " + myBirthday.getYear() + ", " +