Refer to http://jqueryui.com/datepicker/ , I can see a simple html file by clicking "View Source" after I select one of the examples. This is very good for me. However I hope to have a calendar appears after I click the html input box and I can click the date on the calendar twice with result e.g. 09/11/2012, 10/11/2012 appears on the input textbox.
I found that in http://keith-wood.name/calendarsPicker.html, tab multiple, there is a "two separate dates" input textbox which meet my requirement. However I am a JQuery stranger and I do not know how to plugin my html file. Can anyone help to provide me a simple html file with a input textbox, similar to the example in http://jqueryui.com/datepicker/ , so that I can plugin my html file?