1

I currently have the DatePicker in my project but there are problems due to the need that I need a specific format to be returned, not the regional format.

Anyway in VS I could manipulate the format to how I wanted but in Blend there is no option, can anyone help me out here?

btw this isn't any custom style.

Thanks.

Sandeep Bansal
  • 6,280
  • 17
  • 84
  • 126
  • Can you please explain a bit more? By "manipulating the format", do you mean setting `SelectedDateFormat`? – mg007 Mar 20 '10 at 09:48

1 Answers1

0

As explained in this answer here, the DatePicker cannot do this on its own. You need to do this manually in the code.

Community
  • 1
  • 1
Jens
  • 25,229
  • 9
  • 75
  • 117