Text="{Binding Path=PostDate.Date}"
I don’t want to show the time part in my control.
Instead of 8/26/2010 12:00 AM, I want 8/26/2010.
Is there any easy way to do that without any explicit/implicit conversion or overriding some methods ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since 3.5 SP1, you can use Binding.StringFormat. See this post for more examples