The width of the datepicker.
Examples
JS Config
<input id="datepicker" />
<script>
$('#datepicker').datepicker({ width: 312 });
</script>
HTML Config
<input id="datepicker" width="312" />
<script>
$('#datepicker').datepicker();
</script>