I am working with the Ordering app and trying to set it so that people can only order food during the hours of 11am - 8pm. I have looked at working with Unix time codes but I can’t figure out how to evaluate only the hour of the day that comes with the date input.
The easiest way I’ve seen this done is to have a collection of available dates/times (easy to put together in excel, download in CSV, then upload to Adalo) and have the user pick from the list.
You can’t filter to only an hour with UNIX timestamps, as it’ll only work for a single day.