How can I get this date format? yyyy/MM/dd, I currently receive this format at exit 14.08.2017
This is my code:
dataGridView1.Rows[n].Cells[0].Value = DateTime.Parse(ev.Attribute("Start").Value).ToShortDateString();
Please look at my code, in other similar cases, I could not find the same situation..
Thanks everyone