It has been a while since I used quiz, but if my memory serves me correctly you first need to convert the date using the days function. Use the result of this function as input to the mod function.
define d-days = days(your-date)
define d-mod = mod(d-days,7)
I can't remember the datatypes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.