Skip to content

Instantly share code, notes, and snippets.

@vtntimo
vtntimo / isOpen.js
Last active April 28, 2018 14:17
JavaScript operating hours checking
/*
Operating hours check
=====================================
- Checks if something is open right now
- Supports closing times going over midnight
- Does NOT take time zones into account (I use this server side)
- Feel free to use in whatever you need :)
- If you make improvements, please inform me!