For Each Datarow

Hi,

Yes it works! How can i combine v2 and v3?

DateTime.TryParseExact(row(“Kayıt tari”).ToString,“dd.MM.yyyy”,System.Globalization.CultureInfo.InvariantCulture,System.Globalization.DateTimeStyles.None,New DateTime) AndAlso DateTime.TryParse(row(“Giriş saat”).ToString,New DateTime) Should I put this line before the if line in v2?

Hi,

it will work if the date pattern is added as the following sample.

image

Sample20220913-6v4.zip (27.3 KB)

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.