A simple program to find the difference between two times in the same day. Make sure the second time is later than the first. There is very little validation at the moment, so please enter the times in the following format: hh:mm am|pm (the space before am or pm is required) Examples of valid times: 12:45 am 3:30 pm 03:30 pm
The project uses custom blocks and multiple placeholder variables for the calculations. It's pretty basic at the moment and I might add some functionality later on, if needed.