Closed GoogleCodeExporter closed 9 years ago
The dates that are returned to the dateSelected and dpClosed listeners are
javascript
Date objects. They are getting converted into that string format when you
output them
as the native toString method is automatically called.
In the dateSelected listener try: selectedDate.asString() instead.
In the other dpClosed you will need to loop through the array and call asString
on
each individual member.
If you still have any questions please ask on http://www.stackoverflow.com/ and
tag
your question with "jquery" and "datepicker". This forum is for bug reports and
feature requests rather than for support.
Thanks!
Original comment by kelvin.l...@gmail.com
on 19 May 2010 at 2:57
Thanks for the help! Everything's working great!
Original comment by FancyPan...@gmail.com
on 19 May 2010 at 5:17
Original issue reported on code.google.com by
FancyPan...@gmail.com
on 19 May 2010 at 2:45