I have a listview bound to a collection of objects. One of the properties is a DateTime object named startDate. It\'s displayed in the standard 1/1/2001 1:00:00 PM format
Simple change the StringFormat in your binding.
DisplayMemberBinding="{Binding Path=startDate, StringFormat='yyyy-MM-dd HH:mm:ss.fff'}"