Compare two date

Hi Friends,
How to compare two date and how to calculate difference between two dates in number of days.
the date is like:-
09/10/18 and 10/03/18
Regards,

Refer this @Rup_1

thanks for responce Could you please provide xaml file if possible

DateDiff(DateInterval.Day, Convert.todatetime(“05-12-2019”),Convert.todatetime(“07-12-2019”))

Refer the below workflow

get recent file.xaml (8.0 KB)

Hope It helps!

In your scenario use

DateDiff(DateInterval.Day,Convert.ToDateTime(“09/10/18”),convert.ToDateTime(“10/03/18”))