This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git commit 6ea25c9575d64e5187f69881793387f1f631efe5 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jun 12 16:13:05 2017 +0200 refs #9206 fix date format from csv --- .../src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java b/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java index d01c456..2a714c5 100644 --- a/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java +++ b/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/DocumentImportModel.java @@ -20,7 +20,7 @@ public class DocumentImportModel extends AbstractImportModel<DocumentBean> { } }; - protected static final Common.DateValue DATE_PARSER = new Common.DateValue("yyyy/mm/dd"); + protected static final Common.DateValue DATE_PARSER = new Common.DateValue("yyyy/MM/dd"); public DocumentImportModel() { super(';'); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.