How to convert DateTime in different System culture?
问题 I need to convert DateTime value in different culture format, whatever set in system. There is not any specific TimeZone selected for converting, any culture format was using converting DateTime value. DateTimeFormatInfo ukDtfi = new CultureInfo(CultureInfo.CurrentCulture.ToString(), false).DateTimeFormat; StartingDate = Convert.ToDateTime(System.Web.HttpContext.Current.Session["StartDate"].ToString(), ukDtfi); I am using above code but its not working properly. Currently I set ar-SA culture