Hi MarcelThanks for sharing the JS code, but every time I ran I seem to encounter the error message as shown below:if (!Date.now) { Date.now = function now() { return new Date().getTime(); }; } var strDate = activity.label.split("-"); var date; //parse date from label if (Array.isArray(strDate)){ st...