From bbcf6036c13fb32572e2e388701c948d0003356b Mon Sep 17 00:00:00 2001 From: Tobias Spitzer Date: Tue, 26 Aug 2014 09:36:49 +0200 Subject: Start und Enddatum der Lectures sind nun im 24H Format verfügbar --- Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java') diff --git a/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java b/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java index 707534f4..bbe50b3f 100644 --- a/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java +++ b/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java @@ -569,8 +569,8 @@ public class SearchLecture_GUI extends JFrame { // Hole eine Liste der Images lectures = client.getLectureList(); Iterator i = lectures.iterator(); - SimpleDateFormat in=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); - SimpleDateFormat out=new SimpleDateFormat("dd.MM.yyyy hh:mm:ss"); + SimpleDateFormat in=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + SimpleDateFormat out=new SimpleDateFormat("dd.MM.yyyy HH:mm:ss"); int x = 0; while (i.hasNext()) { @@ -599,8 +599,8 @@ public class SearchLecture_GUI extends JFrame { } public void writeLectureData(String id) throws TException, ParseException{ - SimpleDateFormat in=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss"); - SimpleDateFormat out=new SimpleDateFormat("dd.MM.yyyy hh:mm:ss"); + SimpleDateFormat in=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + SimpleDateFormat out=new SimpleDateFormat("dd.MM.yyyy HH:mm:ss"); Map res=client.getLectureData(id); labelName.setText(res.get("name")); labelAktiv.setText(res.get("isActive")); -- cgit v1.2.3-55-g7522