Skip to content
Snippets Groups Projects
Commit a769fe5f authored by Kasalehlia's avatar Kasalehlia
Browse files

fixed #1

parent 276dace0
No related branches found
Tags v2020.2.2.1-ffbs-next
No related merge requests found
......@@ -75,7 +75,7 @@ function getData(count, cb) {
ev.startRendered = pad(start.getHours(),2)+':'+pad(start.getMinutes(),2);
} else {
ev.startRendered = DOW[start.getDay()]+', '+pad(start.getDate(),2)
+'.'+pad(start.getMonth(),2)+'. '+pad(start.getHours(),2)
+'.'+pad(start.getMonth()+1,2)+'. '+pad(start.getHours(),2)
+':'+pad(start.getMinutes(),2);
}
var end = new Date(ev.end*1000);
......
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