Hi, I would like to check if the DateTime in military time from the clock is inside or outside of a time interval.
In my app I'm tring to display if certain services are available or not at the time of the app usage.
How can I do it?
If I try using < or > blocks I get the error:
The operation < cannot accept the arguments: , ["18:42"], ["08:30"]
because the block only works with numbers.