datepicger month grid

by MightyPork

HTML

<p>Date: <input type="text" id="datepicker" /></p>

JavaScript

$(function() {
$( "#datepicker" ).datepicker({
numberOfMonths: [4,3],
showButtonPanel: true,
    autoSize:true
});
});