Closed GoogleCodeExporter closed 9 years ago
Try changing this line:
$(".date-selected").val(selectedDate);
To:
$(".date-selected").val(selectedDate.asString());
Let me know if that works,
Kelvin :)
Original comment by kelvin.l...@gmail.com
on 12 Dec 2008 at 6:06
Ah, perfect, thanks.
It's actually quite obvious.
Original comment by wschip...@gmail.com
on 14 Dec 2008 at 9:35
Glad it helped :)
Original comment by kelvin.l...@gmail.com
on 14 Dec 2008 at 9:10
Original issue reported on code.google.com by
wschip...@gmail.com
on 11 Dec 2008 at 2:37