From cbc2604d85adefdfb1f201c37ffc7dd943a0de4d Mon Sep 17 00:00:00 2001 From: parkera <parkera> Date: Mon, 27 Jul 2015 09:09:04 +0000 Subject: [PATCH] SSDM-2172 ELN: date in comments log is wrong SVN: 34371 --- .../eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js index 2a65a8a2e17..30ad540db80 100644 --- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js +++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/Util.js @@ -305,7 +305,7 @@ var Util = new function() { if(day < 10) { day = "0" + day; } - var month = date.getMonth(); + var month = date.getMonth()+1; if(month < 10) { month = "0" + month; } -- GitLab