Time in between Time Input times

Hi all,

I don’t have a hardware RTC module, but I am using the Blynk RTC module.

When I click a button, I want to change a pin state to HIGH, however ONLY if the current time is between the start and end time set in the Time Input widget. Otherwise, I want to set the pin state to LOW.

Can anyone please point me in the correct direction?

Check this example RTC Blynk.

You can then compare hour() minute() second() with the timer input and millis()

Thank you!