I want to sort my list items by date:
I m using
<OrderBy><FieldRef Name='SortDate' Ascending='True'/></Order By>
but its giving me results randomly.Is it possible to sort by date in CAML if not then if there is any other way to retrieve list items sorted on the basis of date....