How to change date format in Silverlight DatePicker control?
Posted
by Edward Tanguay
on Stack Overflow
See other posts from Stack Overflow
or by Edward Tanguay
Published on 2009-01-25T16:38:55Z
Indexed on
2010/05/13
14:14 UTC
Read the original article
Hit count: 561
Silverlight
|datepicker
This works great:
<my:DatePicker IsTodayHighlighted="True" Width="200">
</my:DatePicker>
But I want to format the date, something like this:
<my:DatePicker IsTodayHighlighted="True" Width="200" Format="yyyy-mm-dd">
</my:DatePicker>
Anyone know the syntax for this?
© Stack Overflow or respective owner