typo
This commit is contained in:
parent
7ac1646fcb
commit
08ee557442
|
|
@ -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() + ", " +
|
||||
|
|
|
|||
Loading…
Reference in New Issue