Hey Richard, I am was wondering if you have the "Date" and "Time" in two different Text Boxes. How can you do the Checking of the Availability of Time?
Adam Schwanz 9 months ago
I haven't watched this one yet so don't have much context to the question, but just throwing out that you can add two text box fields together. In this case DateField + TimeField and get a Date WITH time result.
Adam is right. If you have the date and time in two different fields, just add them together to create one DateTime field, which is how I usually recommend you store date/time values to begin with. :)
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.