Convert UK Date format from TextBox to DateTime Object when server Time format isnt of UK

I encounter this problem when I was using UK date format for my calculations and my system time format was of USA below is the code sippet which i use for that   DateTime old = DateTime.Parse(InceptionDate.Text, System.Globalization.CultureInfo.GetCultureInfo("en-gb")); where InceptionDate is a textBox whos Text property is entered a Date in UK format Technorati Tags: [...]

Follow

Get every new post delivered to your Inbox.