Closed suphatmeen closed 8 years ago
i need to show muti event in same time in day on month view , i use
$scope.calendar.eventSource = [{ "id":1, "title":"Event - 3", "startTime":"2016-08-14T02:45:00.000Z", "endTime":"2016-08-14T04:03:00.000Z", "allDay":false }, { "id":2, "title":"Event - 4", "startTime":"2016-08-14T02:45:00.000Z", "endTime":"2016-08-14T04:03:00.000Z", "allDay":false }];
console show : event1.startTime.getTime is not a function Is that possible?
@suphatmeen The startTime and endTime need to be date type, instead of string type. Thanks.
@twinssbc Thanks 👍
i need to show muti event in same time in day on month view , i use
console show : event1.startTime.getTime is not a function Is that possible?