Hi, everyone:
I was able to figure out how to display only the date in the design page:
But when it came to storing that data in the database, I can’t seem to get rid of the time:
I only want the date stored in the database, not the time. Is there a way to do that?
Thank you.
You can’t get rid of the time because in Bubble date fields are actually date-time fields.
In general, the normal way to “get rid” of the time is to replace it with 12:00 am.
So from that point on, the date will show up as “12/10/2023 12:00 am” which should help you with any date calculations or comparisons you need to do.
Well, that’s convenient. Thank you.