datePickerBroke

3 Month Calendar (broke)

by cersos

HTML

<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/redmond/jquery-ui.css">
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<input type=text  id=weekPicker />

JavaScript

jQuery('#weekPicker').datepicker({
 stepMonths: 1,
 numberOfMonths: 3,
 showCurrentAtPos: 2,
 dateFormat: 'yy-mm-dd',
 showOtherMonths: true,
 selectOtherMonths: true,
 showButtonPanel: true
});