I found date picker in Jquery is there any tool to select only the months from the calendar searched alot and got the following code but its not working displays and error "Object doesnot support this property or method". The code is as follows
$('.monthpicker').monthpicker({
'monthNames': ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
})