Hi!

I guess im REALLLLY tired at the minute and will think this through tomorrow but its something that isnt going to make me go to bed easily!

OK:

I have a start time and end time
a user also enters a start time and end time

I want to see that if the user's entered start time and time conflicts with the set start time and end time.

how do I find this out?

I will have 2 DateTime objects for each date time set. One object will be the start time and the other the end time.

so i wanna check if the user entered their start/end time does NOT conflict with another start/end time.

how?