I don’t understand how to handle it. I connected the “allday”-field from the calendar object to my database-field.
I dont really need the time for an event in my application - only the date is neccessary.
If I insert a new record now, I have to insert date with time. e.g.:
start date: Dec 21, 2023 1:00 am
end date: Dec 22, 2023 11:59 pm
AllDayField: “y”
If I take a look on the calendar, there’s a timeline now beginning on Dec.21, ending on Dec.21… (!!) (??)
This is not what I want to earn. I want to see on both days the event timeline (21.+22.).
The above are great resources to learn dates logic in Bubble. I have found that grinding through and understanding how things work with date will be worth one’s while going forward especially with apps that use calendars.