diff options
Diffstat (limited to 'dozentenmodul/src/main/java/util/FormatHelper.java')
| -rw-r--r-- | dozentenmodul/src/main/java/util/FormatHelper.java | 2 |
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. |
