Use the following code:
$(document).ready(function() { $('.date-pick').datepicker( { onSelect: function(date) { alert(date) }, selectWeek: true, inline: true, startDate: '01/01/2000', firstDay: 1, }); });
You can adjust the parameters yourself :-)
RTB Jul 23 '12 at 10:37 2012-07-23 10:37
source share