While this may have been asked before, I am struggling to find an answer. How can I determine if the current time is after 17:30 each day?
In my scenario, I need to check if it is past 17:30 on Monday to Friday, and if it is Saturday, I need to check if it is past 15:30.
I would prefer to use Moment.js for this task.