document.querySelector('#day_01').options[d.getDay()].selected = true;
<select> <option>вс</option> <option>пн</option> ... <option>сб</option>