Hi all,

Im currently working on a project that requires me to use jquery that i have never learnt before. I have downloaded the library online. How can i change the datepicker calendar to able to select multiple date at one time?

This is my code, however im unable to select multiple date that are up to 3

$(function(){$('#datepicker')
					.datepicker({
						inline: true,
						createButton:false,
						displayClose:true,
						closeOnSelect:false,
						selectMultiple:true,
						numSelectable:3
					});
});
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.