Skip to content

Instantly share code, notes, and snippets.

@b0r1sp
Last active July 29, 2016 14:46
Show Gist options
  • Select an option

  • Save b0r1sp/11187600 to your computer and use it in GitHub Desktop.

Select an option

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).
# 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