Posts by Diego • 11 points
1 post
-
1
votes2
answers675
viewsA: How to organize an Array in Date order?
Follow the code below, I hope I’ve helped static void Main(string[] args) { //Populando sua lista var datas = new List<string>() { "02/05/2018", "01/04/2018", "07/03/2018", "06/02/2018",…