In the DB we are having the data for (Date) property is in different formats lets say :
1.DD/MM/YYYY
2.YYYY-MM-DD
3.YYYYMMDD
4.YYYYMMDDTHHMMSS
Now i want to sort all the data into ascending/descending order. Currently sorting is not happening properly how we can resolve this issue.