Last active
July 29, 2016 14:46
-
-
Save b0r1sp/11187600 to your computer and use it in GitHub Desktop.
Useful condition if you like to change frontend output outside the regular opening hours (of a store or whatever).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # TYPOSCRIPT | |
| [dayofweek = 6,0] || [dayofweek = 1,2,3,4,5] && [hour = > 17, < 9] | |
| # do whatever when it's NOT Mo-Fr and 09:00-18:00 | |
| [END] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment