Skip to content
Snippets Groups Projects
Commit cbc2604d authored by parkera's avatar parkera
Browse files

SSDM-2172 ELN: date in comments log is wrong

SVN: 34371
parent 6d75a9bb
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,7 @@ var Util = new function() { ...@@ -305,7 +305,7 @@ var Util = new function() {
if(day < 10) { if(day < 10) {
day = "0" + day; day = "0" + day;
} }
var month = date.getMonth(); var month = date.getMonth()+1;
if(month < 10) { if(month < 10) {
month = "0" + month; month = "0" + month;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment