Sunday, June 28, 2009

[jQuery] Re: Date range Picker jquery

hmm....have a look at the code below and its the one provided in that example:
$(function()
{
$('.date-pick').datePicker()
$('#start-date').bind(
'dpClosed',
function(e, selectedDates)
{
var d = selectedDates[0];
if (d) {
d = new Date(d);
$('

No comments: