I have a question regarding the sorting of the date field, I have a date field that is indexed like a string and "5 / 2/2008 4:33:30 PM "I want to sort this area by date, time does not matter. There is some suggestion that how can I ignore part of the time from this area and just sort it on the date?
Make another area specifically for this purpose, when you populate it, you Take time out of your data source and then sort on this field.
Comments
Post a Comment