From 1d8ef80202ebaeba26ce7996fb97c226baaa6be8 Mon Sep 17 00:00:00 2001 From: Nino Breuer Date: Wed, 20 May 2015 17:08:08 +0200 Subject: • fixed Bug whereas Lectures weren't editable anymore due to date-parsing error • IdP is stored in config file, default 0. should IdP-Authentication be default now? • Fixed bug: version number was replaced by "unknown".. it is unknown, why that happened :) • Optimized view for additional contacts in images --- dozentenmodul/src/main/java/util/FormatHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dozentenmodul/src/main/java/util/FormatHelper.java') diff --git a/dozentenmodul/src/main/java/util/FormatHelper.java b/dozentenmodul/src/main/java/util/FormatHelper.java index 08d8498e..ad1f02f9 100644 --- a/dozentenmodul/src/main/java/util/FormatHelper.java +++ b/dozentenmodul/src/main/java/util/FormatHelper.java @@ -6,7 +6,7 @@ import java.text.SimpleDateFormat; public class FormatHelper { private static final SimpleDateFormat in = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); - private static final SimpleDateFormat out = new SimpleDateFormat("dd.MM.yy HH:mm"); + private static final SimpleDateFormat out = new SimpleDateFormat("dd.MM.yyyy HH:mm:ss"); /** * Convert mysql date/time format to human readable (German) format. -- cgit v1.2.3-55-g7522