Closed GoogleCodeExporter closed 9 years ago
This should give you a clue:
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerCustomCellR
ender.html
Rather than testing thisDate.isWeekend() you would say something like:
if (thisDate.getDay() != 4 && thisDate.getDay() != 5) {
Original comment by kelvin.l...@gmail.com
on 23 May 2012 at 3:29
Original issue reported on code.google.com by
chrislop...@gmail.com
on 23 May 2012 at 2:34