diff --git a/UI/WebServerResources/UIxAppointmentEditor.js b/UI/WebServerResources/UIxAppointmentEditor.js index 954985bfe..81504afd4 100644 --- a/UI/WebServerResources/UIxAppointmentEditor.js +++ b/UI/WebServerResources/UIxAppointmentEditor.js @@ -184,6 +184,7 @@ function _dayAsShortString(node) { date = node.value.split("-"); dateStr += date[0] + date[1] + date[2]; } + return dateStr; }