bootstrap-calendar
bootstrap-calendar copied to clipboard
all events "Starts after timeline"
It tooks a while until I was able to arrive at this point. Now I do have three example dates in my database. They are shown at the right day. But they are all posted as starts after timeline.
Any idea about the typical beginners error?
My json file do have this content:
{
"success": 1,
"result": [
{
"id": 3,
"title": "Termin drei",
"url": "/bulletin/notice/3",
"class": "",
"start": 1490545886000,
"end": 1490556686000
}, {
"id": 1,
"title": "Termin eins",
"url": "/bulletin/notice/1",
"class": "",
"start": 1490544000000,
"end": 1490547600000
}, {
"id": 2,
"title": "Termin zwei",
"url": "/bulletin/notice/2",
"class": "",
"start": 1490562000000,
"end": 1490565600000
} ]
}
Hi there!, did you figured it out how to solve this issue?, I'm facing similar one …