I'm new at coding and I want my program to do something if the current time is between 2 times.
Example: Current time = 8:25AM If current time is between 8:00AM and 8:50AM, print 'something' into console.
Is there a way for my program to get the current time automatically? Calendar Class? Please Help! Matthew