
Sorting List View Control on date field??
Hi to all
I am having problem with sorting the fields in List view control. This issue
is I am using the controls built in property .SortOrder = lvwAscending
Since the sorting is done as text fields (That is by comparing the
characters from left to right) when I have a filed with date data the
sorting is not correct.
So I want to have a fix to this problem. My date format has to be MM/DD/YYYY
(so I am unable to change the date format to YYYY/MM/DD). Also I know I can
programmatically do it by order by query (But this slows down the whole
operation)
Is there any other way I can solve this problem?
Thanks to all inputs.
Rajesh