Date Format
Problem: I just want date - no time.
SQL statement:
SELECT SubjectIndex, LetterNo, DateOfIssue
FROM [CircularKeeper]
ORDER BY DateOfIssue DESC
After removing the time part I want it to be ordered descending.
I am binding the data using a SqlDataSource
to a listsview and displaying the date in a label control.