My friend and I are doing a school project; the task is to make a room-reservation-site. This is our first year trying JavaScript, and we want a string to be formatted into
Yes. Use regular expressions and the Date object.
RegExps would be used to extract hours and minutes from the date string,
and the Date object would be used for comparisons.