protected void Calendar1_SelectionChanged(object sender, EventArgs e)
{
txtDate.Text = Calendar1.SelectedDate.ToString("MM/dd/yyyy");
Calendar1.Visible =false;
}
How can i do this by using Javascript