I am trying to turn string to datetime.
try{ dateValue = Convert.ToDateTime(DateTime.Parse(dateData).ToString("dd/MM/yyyy")); }catch (Exception