Closed GoogleCodeExporter closed 8 years ago
Yes - this is easy. Something like:
$(function()
{
$('.date-pick').datePicker(
{
startDate: (new Date()).addDays(-8).asString(),
endDate: (new Date()).addDays(-1).asString()
}
);
});
Original comment by kelvin.l...@gmail.com
on 12 Jun 2012 at 10:14
Original issue reported on code.google.com by
data...@gmail.com
on 12 Jun 2012 at 6:25