Posted on: 2/23/2013 6:38:30 PM | Views : 1088

Hi all,
I have Calendar control for selecting the date in format Like "25 December 2012 " and code behind iam extracting the days like below 
if (txtCalnder.Text != "") { diff = Convert.ToDateTime(txtCalnder.Text) - Convert.ToDateTime(DateTime.Today); Days = Convert.ToInt32(diff.Days); } but customer from uk is getting error that input string is not in correct format Is there any Culture like info we have to use for date?
Best Regards,
...

Go to the complete details ...