I was wondering if there is a way to just use the time section of a date and time picker? I am tracking attendance and its a bit cumbersome to track date and time.
As you see in this image, it asks for a date and time, however, before that popup opened, they picked a specific date, so it would be redundant to have to enter the date again.
I am using a date field in the DB because I do calculations off of the information. Does anyone have any suggestions?
Hi Boston, would you be willing to share the editor for that? I was wondering whether to have the times set as a date vs a number, and itās interesting you have both text and number. How do you convert that to a date? Or is there no need to do that?
For me, I have timeslots set up with startdates and isavailable. For me, weāre not changing the time interval, weāre just using 15 min.
Itās really surprising that Bubble doesnāt have any sort of time data type.
I convert things to date when saving a date, canāt turn a time to a date itself. So when saving a date using a date picker of some kind, I āchange the hoursā to the hour number of my time picker. I also āchange the minutesā to the minute number of my time picker.
I am not using time slots in the same way as you are. For me time slots are only used as a means for picking times and having nothing to do with a meeting or availability of something.
I am using a number and a text value because the text values are used for the display of the time. Numbers are used to calculate the total minutes and total seconds to help with sorting but also to turn dates to be stored with selected times.
No, it is not using date values, just numbers to represent time. I was responding to the idea of the thread title for āJust Timeā
In practice, once the user has selected the time, if I want to attach it to a date, I do, by simply using some date value and changing the hour, and minutes values to equal those selected in the Time Picker
ohh I think I see it nowā¦ this is not a ādrop downā, it resides in the page itselfā¦ probably simply a group that you toggle I supposeā¦ ok sorry for the confusion, thanks