Hello again!

Rob Desbois wrote:
Also, dpSetPosition() has the wrong first sentence too.

Thanks - I'll fix that too.


There's a bug or documentation error with dpSetSelected() [revision #1993] : it's documented as taking a string, but the code for it requires a Date (due to using .getMonth(), .getFullYear() and .getTime()).

To fix this problem I added the line d = new Date(d); to the start of dpSetSelected().

It's a documentation error. I'll update the documentation to explain that it expects a Date object (the change you made might have other unforseen consequences).

Thanks for tracking down those problems,

Cheers,

Kelvin :)

Reply via email to