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.
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.
@DinukaThilakarathne
have a look here: