I have a bunch of data in the following format:
Time From Time To
05/08/17 19:25 05/08/17 21:39
05/08/17 22:30 05/09/17 00:30
05/09/17 01:04 05/09/17 02:57
05/09/17 06:27 05/09/17 06:32
05/09/17 06:32 05/09/17 08:28
05/09/17 11:51 05/09/17 13:48
05/09/17 17:00 05/09/17 18:54
05/09/17 23:18 05/10/17 00:00

How can i count a number of completed events in a day? (midnight to midnight)
So, if the event started in 1 day and finished on another- don't count it.
Thank you for your help