Skip to content
Snippets Groups Projects
Commit 58f07388 authored by Haug Michael's avatar Haug Michael
Browse files

did i change something?

parent ab55e835
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ public class WeatherOutput {
if ((weatherObject.getList()[i].getDtTxt().substring(11, 13).equals("00")) || i == 0) {
System.out.println(weatherObject.getList()[i].getDtTxt().substring(0, 10));
}
System.out.print(weatherObject.getList()[i].getDtTxt().substring(11, 13) + " Uhr: ");
// System.out.print(weatherObject.getList()[i].getDtTxt() + ": "); // output nicht wie bei Goik
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment