I have a text field called ‘Date & Time’ to store information for my events in my app (I am using the dd/mm/yyyy date format).
In the database entry it shows the correct time & date of ‘27/11/2023 18:00 - 19:30’.
In the app data page, the dates changes by 1 week to ‘4/12/2023 18:00 - 19:30’.
Within my app, the date displays correctly (‘27/11/2023 18:00 - 19:30’) some of the time and incorrectly (‘4/12/2023 18:00 - 19:30’) other times.
It is a text field so I don’t know why the value would change like that. Am I missing something? Or is this a bug in Bubble?