I am struggling about dates.
I ask for birthdate to (French only) users with a form. I use a field with the content format: Date_2
After user’s typing, I save this data in a table with date format.
Sometimes, Bubble saves the correct date, and sometimes Bubble saves the date with one day before the typed date.
I think @JohnMark is correct… Because Bubble adjusts dates for timezone, the default behavior doesn’t work for dates that should NEVER be adjusted for timezone, like a birthdate.
I think the easiest workaround is to store the date as text, but this only works if you don’t need to do date type comparisons and/or calculations. It works for simple lookup of birthday though.