After upgrading from 8.25? to 8.27, my weekday conditions seem to not work like before.
We used to have
{DATE(WeekDayNumber|Monday)}
and it would return 1 for Monday and up until 7 for Sunday.
Now it seems it always returns the number of the weekday given as StartOfTheWeek.
So the above is now always returning 1, and {DATE(WeekDayNumber|Sundday)} is always 7.
I had to change my weekday conditions to {DATEFORMAT(dddd)} and query the returned string,
but that's not really good, as it is locale specific.
No one else having the same problem?
Thanks
Guido
Edited by moderator
2017-06-29T08:49:28Z
|
Reason: Not specified