summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/util
diff options
context:
space:
mode:
authorNino Breuer2015-05-20 17:08:08 +0200
committerNino Breuer2015-05-20 17:08:08 +0200
commit1d8ef80202ebaeba26ce7996fb97c226baaa6be8 (patch)
tree661f7a3dfd372cc8f5ba1c36816708b2d4f74787 /dozentenmodul/src/main/java/util
parent[client] GuiManager class cleanup + bundled priv/pub functions... (diff)
downloadtutor-module-1d8ef80202ebaeba26ce7996fb97c226baaa6be8.tar.gz
tutor-module-1d8ef80202ebaeba26ce7996fb97c226baaa6be8.tar.xz
tutor-module-1d8ef80202ebaeba26ce7996fb97c226baaa6be8.zip
• 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
Diffstat (limited to 'dozentenmodul/src/main/java/util')
-rw-r--r--dozentenmodul/src/main/java/util/FormatHelper.java2
1 files changed, 1 insertions, 1 deletions
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.