Question about dynamic data for date/time picker

Hey guys,
Quick question:
I have a a date/time picker (the default bubble one) I’m using to set dynamic data for the time of appointments. However, the data type options to save this data to only show date. If I call this data dynamically from a new page, will it still show date/time, or just date?

Hi there, @hullaustinj… a date that is stored in the database is always a date and a time. So, you will be able to show the date and time on the front end.

Best…
Mike

1 Like

But if I understood correctly, if you saved just the date, why do you want to show date/time?

I want to show the time as well for the appointment time but the Data Type is only a date. But according to @mikeloc , it will still work. Thank you everyone for your help!

1 Like