Hello,
I have some problems formatting some dates using this code
Date.ParseExact(vencimiento.Replace(“-”,“/”),“dd/mm/yyyy”, new CultureInfo(“es-ES”))
and i get this result.
as you may see, the month has moved to the “hours” section of the date variable.
what can i do to fix this?
Regards.