I am getting the following date Thu Sep 01 00:00:00 BRT 2016
and need to convert to dd/MM/yyyy HH:mm:ss
Only convert generates error, I am receiving this date via string
of a System.
Can anyone help me?
DateTime dtPeca;
dtPeca = Convert.ToDateTime(linha[4]);