Option 1: Der User kann das Datum manuell und mit dem PopUp Kalender eintragen:
<input type="text" name="choice1_1" onFocus="getCalendarFor(this)">
Option 2: Der User kann das Datum nur mit dem PopUp Kalender eintragen:
<input type="text" name="choice1_2" onFocus="getCalendarFor(this); this.blur()">