Skip to content

Instantly share code, notes, and snippets.

@b-dur
Created September 13, 2019 12:27
Show Gist options
  • Save b-dur/0ad716e7136868a0734821b8cc4658e5 to your computer and use it in GitHub Desktop.
Save b-dur/0ad716e7136868a0734821b8cc4658e5 to your computer and use it in GitHub Desktop.
isItAfternoon?
const isItAfternoon = () => new Date() > new Date().setHours(12, 0, 0, 0)
isItAfternoon();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment