Help with Determining Hour in Shortcuts

Even after @MacSparky’s excellent Shortcut guide, I am having trouble parsing the time from the date variable. I want to do something like the Jarvis script with an IF/THEN statement based on time of day to say Good Morning/Afternoon/Evening/Night, but I don’t see a way to pull the hour out of the time:

If hour is between 12 and 17 (12pm and 5pm) then variable equals “Afternoon”

Thoughts from the experts?

It’s not obvious as you have to adjust the ‘Date’ property to custom rather than ‘Time’, but this does it:

1 Like

That is ridiculously simple. Thanks!