CSS: table.jCalendar td.other-month { visibility: hidden; }
- Brian > Hi all. > > Right now the default behaviour of Kevin's datepicker, > http://kelvinluck.com/assets/jquery/datePicker/v2/demo/, is to show the > dates from the previous/next month as well as the dates from the current > month. > > What would be the easy way to make the datepicker show the dates from > the current month only? > > Thank you