Hi
How the below code works & what is the significance of CultureInfo
DateTime sessionDate = DateTime.ParseExact(colum1.SessionDate.ToString(), "dd-MM-yyyy", CultureInfo.InvariantCulture);
Thanks