One of the most common misunderstandings I see on StackOverflow regarding the DateTime structure is the difference between the value of a DateTime instance and how it is displayed. A DateTime instance (say one representing midnight of March 26th 2011) has an internal representation that has no specific formatting – it is not something that [...]