Deian
Results
1
issues of
Deian
Time formating is not working if startTime is taken from date object. This will not format to "dd:hh:mm", it will stay "dd:hh:mm:ss" ``` var _date = new Date(); _date.setMonth(10); _date.setDate(20);...