Closed GoogleCodeExporter closed 9 years ago
You need to set the startDate in the same format as you set Date.format to...
e.g. startDate: '01 Jan 1996'
Original comment by kelvin.l...@gmail.com
on 19 Jul 2011 at 8:54
Hi,
When I change the code as you have suggested the calendar button does not
show.
$(function()
{
$('.date-pick').datePicker({startDate:'01 Jan 1996'});
});
Thanks in advance.
Mark
DM Balloon Company
www.dmballooncompany.com
Tel: (+44) 1482861117
Mob: (+44) 7877337879
Original comment by mad2...@gmail.com
on 19 Jul 2011 at 9:07
Hi,
Now sorted it by doing what you suggested and adding:
Date.firstDayOfWeek = 0;
Date.format = 'dd mmm yyyy';
Many thanks.
Mark
DM Balloon Company
www.dmballooncompany.com
Tel: (+44) 1482861117
Mob: (+44) 7877337879
Original comment by mad2...@gmail.com
on 19 Jul 2011 at 9:17
Original issue reported on code.google.com by
mad2...@gmail.com
on 19 Jul 2011 at 8:51