Services Plugins FAQs

Airdate time picker range selection and search

Hi All. I am using the airdate time picker to select a date range that dynamiclly comes from a database of events.

the fields are start and finish in the db. I ve connected the picker to reference those choices that the user will make with the picker.

The goal is too simple use the Airdate time picker to select a 7 day date range and return the entries from the db to display in the table element,

The airdate time picker selection range is passed the start range, and the search box recieve the range searches the DB and displays only the events in those date ranges.
I think this can be done using the first box searching for start date ranges.
The second box to search for end date ranges.
If anyone can help me on this as I am a new bubbler, I would appreciate it.
thanks vaughn

Hello @vaughnyb, :wave:

Thank you for your message. If you want to to display dates from database in a table element which would depend on the selected range in the picker, you wouldn’t need 2 different pickers for start and end, you could just use a range picker:


Here is the data source for table:

You can see an example of how this might be set up on the following test page: test3 | Bubble Editor This page demonstrates how to dynamically display data in a table element based on the date range selected with the AirDate/Time Picker.

I hope this helps!

Best regards,
Daniel.

Hello @vaughnyb, :wave:

Just checking in to see if my previous reply helped you with displaying dates in a table based on the selected range in the picker. Did the example on the test page work for you?

Best regards,
Daniel

Hi sorry for the later follow up
no errors but nor files returned. Maybe the db itself the dates inside are not formatted correctly.
I have a table called start which is in Date type.


Heres some shotz
Thanks again

Hi @vaughnyb1, :wave:

Thank you for the follow-up. Yes, the date should indeed be in the Date format. In the test page we provided, the dates are also in Date format.

Could you please confirm if you had a chance to review our test page? It contains an example setup that might help clarify any potential issues. If you haven’t seen it yet, please take a look and let us know if it helps: test3 | Bubble Editor :pray:

If you have any further questions or need additional assistance, feel free to reach out.

Best regards,
Daniel