I had to convert get Date Now + Months 2 in a variable (for exemple 23/12/2018), compare it to a string from excel sheet:
for ex:
31/12/2018
31/08/2018
30/12/2018
22/07/2018
i’m using DateTime.ParseExact(DateTime.Now.AddMonths(+2).ToString(“dd/MM/yyyy”), “dd/MM/yyyy”, System.Globalization.CultureInfo.InvariantCulture), but it gives: 12/23/2018 00:00:00