How to sort a data table based on a column which is a date

Thankyou somuch.
I have created the below statement for Sorting based on Datetime.

This is not working :
(From row In filteredSchemaDT.Select Order By DateTime.ParseExact(row(“RECEIPTDATE”), “dd/MM/yyyy”, System.Globalization.CultureInfo.InvariantCulture) Descending Select row).ToArray.CopyToDatatable()

2 Likes