kbwood / datepick

jQuery Datepicker Plugin
87 stars 39 forks source link

Current Day Selection #9

Closed schlingel closed 10 years ago

schlingel commented 11 years ago

If you change the month the current day is also marked as current day in the next/previous month.

Check example here: http://keith-wood.name/calendarsPicker.html

kremlink commented 11 years ago

1863 line: ' ' + renderer.highlightedClass remove "+ renderer.highlightedClass"

mhlavac commented 10 years ago

Can we maybe fix this. I see this was reported more than year ago and I've ran into same issue today.

@kbwood Is current behavior correct, if yes, can we add one more option to select only current date for current month and year?

kbwood commented 10 years ago

This is for the benefit of people using the keyboard. There has to be some way of indicating which date would be chosen if they pressed enter.