How to compare Data table date greater than or not

Hi all,
I need to get datatable date it’s like this (06/10/2020) (dd/mm/yyyy). and I need to compare this date greater than or equal. please any suggestion

Thanks.

Datetime.CompareTo() will be helpful.

1 Like

@DinukaThilakarathne
have a look here:

1 Like