AppearanceDate displays date and time. How do I display just the date?
I am using the appearancedate property which is a property of the Area class. It displays the date but displays the time after the date; for eg. "24/04/2007 00:00:00."
How do I get it to remove the timestamp? I have tried myAreaListing.AppearanceDate.ToShortDateString but it doesn't work.
I am not able to do a replace and remove the timestamp this way because it removes the sort order.