Hi @Kizmiester10 , Sounds like you need to do a filter on a gallery which references a date picker.
If you've already got a screen which shows a list of bookings, then you can duplicate this screen and select the gallery. Make sure you add a date picker input control to the screen. Then select the items property of the gallery and add a filter such as the one below:
Filter(Datasource, Date = DatePicker1)
Something like that should help hopefully!
Datasource = the name of your list/table
Date = the name of your date column