hey guys, so i have been asked to create a booking program for a coach hire. i need help with quite a few things.
i have two DateTimePicker's. both are formated to time.
what i want to do is calculate the differnence between both times. so how can i take one DatetimePicker of another DatetimePicker. basically, the program asks the waiting time at the journey.
so if i take away the start and end time, and minus driving time. this will leave me with the waiting at journey time.
is there any ways to do this?
p.s. I have visual Basic 2005