I have a TextBlock that is bound to a DateTime property. How do I configure the format of the date?
TextBlock
DateTime
There is a string format property available when you are declaring the binding:
(You need to be on .NET 3.5 SP1 for this property to exist)