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 2a65a8a2e17e96bc160cfdcb5625239d378da7ae..30ad540db80467e6c5218900d0d2216955deb955 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;
 		}