Hello… I need help for change the date format…
I need get the system date and -1
For this, okay… I use DateTime.Now for get the date and after .AddDays (-1).ToShortDateString (I use this, because I don’t need the hour, just date)…
But the date returns in format MM-dd-yyyy and I need dd-MM-yyyy… Can help me, please?