Assuming that all your dates belong to a field in a table , you can use a simple ORDER BY Clause in the SELECT statement to Sort the dates.
hi,
thanks for your reply..
i stored date in one field as date(mm/dd/yyyy) datatype and time(hh:mm Am/Pm) as varchar2 datatype in another field.
i have to concat the two fields and then sort that field.
Comment