Closed GoogleCodeExporter closed 8 years ago
my code is below
$(function()
{
var dtm = new Date();
$('.date-pick1').datePicker(
{
startDate: '01-01-1996',
endDate: (dtm).asString()
}
);
$('.date-pick2').datePicker(
{
startDate: '01-01-1996',
endDate: (dtm).asString()
}
);
});
Original comment by sujitpat...@gmail.com
on 6 May 2011 at 4:03
There is an example showing how to create start/ end date pickers that are
connected together:
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerStartEnd.ht
ml
Original comment by kelvin.l...@gmail.com
on 6 May 2011 at 8:03
Original issue reported on code.google.com by
sujitpat...@gmail.com
on 5 May 2011 at 6:50