Get day value from date field
Hello!
I would like to check whether the selected day is on a weekend, so like if it is saturday or sunday. So i am able to set the date format to "ddd" showing me "Sa" or "So" (German), yet when i try to grap the value from this field it gives me the selected date (like 23/02/2020 for "So").
Is there a way to grep the value "So" from the Field instead of the selected date?
Current Setup: First field selecting date by date, showing the date (23/02/2020). Second field shows the value from field 1 in the format "ddd" (So). Third field graps the getField("field2").value and gives back 23/02/2020, yet i want to check if the fieldvalue is So.
