Hey Guys,

I want to make a function that determines if Now.TimeOfDay is between two times?

Basically I want to make a function to determine if the current time is between 6AM and 6PM, and return True if it is and False if its not.

I've been having a hard time doing the comparison. Any help would be appreciated.

Thx.