StesCodes Calendar Plugin(SCP) is a JQuery/JavaScript calendar control which provides the easy user experience on selecting dates. SCP has the
design of iPhone calendar which is transformed in to web control. The SCP is a highly configurable plugin that adds datepicker functionality to your pages.
By default, the SCP plugin opens in a small overlay and closes when the close button is clicked or when a date is selected. Configuring StesCodes Calendar
Plugin is very easy, just pass the "current control id" which in case might be a calendar icon or a link or a text box id and a "target control id" which in case
the textbox where the selected dates to be filled.
$("#txtsecondbox").StesCodesCalendar("show", {
currentObject: $(this).attr("id"), //source control id
targetObject: "txtfirstbox" //target control id
});