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() + ", " +