When I want to check if an input field has a value I can use
document.getElementById('datum').value == false
But how to check if there is a value selected in a multiple select?
<select multiple id="letsel_soort[]" name="letsel_soort[]" multiple="multiple" onkeyup="validate()" onmousemove="validate()">