Browse by Tags

All Tags » UK and US Date (RSS)

DateTime issue when trying to convert from string to dateTime by Rajneesh Verma

Normally when our system follow UK culture and our server uses US culture then we are facing problem when we are trying to convert String value to Datetime as: DateTime dt = Convert.ToDateTime(TextBox1.Text); and if we enter Date in textbox greater than...
More Posts