How to get CurrectCulture and force converting and converting back a DateTime in this culture. I have tried
var myDate = DateTime.Parse(myDate , CultureInfo.InvariantCulture);
but it does't work. then I suppose that I must specify the CurrentCulture.