diff --git a/UI/WebServerResources/js/Common/utils.js b/UI/WebServerResources/js/Common/utils.js index b76c105af..d69630847 100644 --- a/UI/WebServerResources/js/Common/utils.js +++ b/UI/WebServerResources/js/Common/utils.js @@ -355,7 +355,7 @@ Date.prototype.getHourString = function() { Date.prototype.format = function(localeProvider, format) { var separators, parts, i, max, date = [], - validParts = /%[daAmbByYHIMp]/g, + validParts = /%[deaAmbByYHIMp]/g, val = { '%d': this.getDate(), // day of month (e.g., 01) '%e': this.getDate(), // day of month, space padded