txtDate.Text = DateTime.Now.ToString("dd/MM/yyyy");
i want to store the date in database in the above Indian date format....
Convert.ToDateTime(txtDate.Text);
but after the datetime conversion I got an error Msg at Runtime.how to solve this.............View Full Details...............................
No comments:
Post a Comment