I have a start date = "13:45"
and an end date = "14:35"
Now i would like to check if the system time is between these two times, for example "14:00"
I have tried the methods before and after from the Date class but it did not worked properly
Any Suggestions ?