Posted 13 Jul 2011 Link to this post
function
OnDateSelected(Sender, e)
{
alert(
"OnDateSelected: "
+ e.get_newDate().toDateString());
}