day()

description
The day function in Formula 2.0 now returns a value between 1 and 7; in Formula 1.0 it returned a value between 0 and 6, so it is converted to take the remainder of 7.
broken!
broken!
Formula 1.0
day(prop("Date"))
Formula 2.0
day(prop("Date")) % 7