Compare the captured text with current date

The captured text ( String format) : yyyy-MM-dd

We need to validate if captured date is greater or equal to 90 days from current date

if the captured date is greater or equal to 90 days then pass " YES " value else " NO value in IF statement.

Sequence.xaml (8.5 KB)

I have already created the sequence for this activity… but it always gives " YES" value. Please check the XAML and suggest

grafik

feel free to use the datetime.parseexcact method instead of CDate

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