Controls for selection date.
Add HTML:
<div>
<select id="sdate-day"></select>
<select id="sdate-month"></select>
<select id="sdate-year"></select>
</div>
<script src="src/sdate.js"></script>
Init:
var picker = selectionDate(/* onChagen callback */, /* array of month names */);
Set date:
var date = new Date();
picker.setDate(date);
© 2016 Yauheni Pakala | MIT