Closed GoogleCodeExporter closed 8 years ago
Presuming you are basing your code on this example:
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerStartEnd.ht
ml
It's very simple. Just change this line:
$('#start-date').dpSetEndDate(d.addDays(-1).asString());
To:
$('#start-date').dpSetEndDate(d.asString());
Original comment by kelvin.l...@gmail.com
on 28 Feb 2011 at 9:47
Original issue reported on code.google.com by
jusvi...@gmail.com
on 28 Feb 2011 at 5:47