Comparing dates in JavaScript
Hey there, I have a given date which is a form field "Case.DATE(Date dd.MM.yyyy)", and need to check, if it's before or after the 14.09.2022.
Based on that, another form field should just be filled in with an "x".
Is that possible with a util function?
Also, is there a way to automatically subtract 3 days from that given date?
Thousand thanks in Advance!
