Hello,
I am attaching a sample project with this utilizing the ValueToDisplayTextConverter property.
It will however display the full name of the month. If you would like just the abbreviation, you have to do that manually in the converter.
Hope this helps.
Hi Alex,
This sample works initally and displays 12 Dec 2012.
But as soon as you choose another date via the picker, your left with 12/11/2012 for example
Is there something missing?
Thanks,
Adrian
Adrian,
This is because the XamDateTimeEditor enters edit mode. When the editor is in edit mode, the mask property is used , and to the best of my knowledge such a mask is not supported. When the editor exits edit mode, you should be able to see the extended month formatting again.