Code formatiert
This commit is contained in:
parent
cb3c154a0a
commit
e8e035d566
|
|
@ -46,6 +46,8 @@ public class Geburtstag {
|
|||
System.out.println("Jetzt ist:");
|
||||
System.out.println(jetzt.getDayOfMonth() + "." + jetzt.getMonthValue() + "." + jetzt.getYear() +
|
||||
", " + jetzt.getHour() + ":" + jetzt.getMinute());
|
||||
System.out.println();
|
||||
|
||||
int tageBisGeburtstag = 0;
|
||||
|
||||
// Wie viele Tage hat dieses Jahr? (Schaltjahr?)
|
||||
|
|
|
|||
Loading…
Reference in New Issue