I have a problem when trying to get a specific day with the DateTime property of C #, since it only brings me one number and it is always the 1st.
Date method code
var fecha = DateTime.Now.ToString("d/M/yyyy");
DateTime moment = new DateTim...
asked by
17.01.2017 / 16:58