I'm trying to make it so that people can select a date then from a "choice" question select a time slot.
For example in the excel doc it comes out like this:
Date: 4/6/2020
Time: 10:30 - 11:00
The time is 1 string so need to separate it into a start time and end time but this is a string and even if I have them select a start and end time in separate questions it is still a string so can't be used for the start and end time when creating the event.
So I'm looking for help with how to convert "10:30 - 11:00" to a start and end time in the correct format.