@borismh wrote:
I would like to change this code, so that you register two days before and not after
DateTime.ParseExact(row(“Fecha”).ToString.SubString(0,10),”dd.MM.yyyy”,System.Globalization.CultureInfo.InvariantCulture).AddDays(2).ToString(“yyyyMMdd”)
hope you can help me
Posts: 2
Participants: 2