Hello,
In my application if I type in a date in the format MMMYY i.e. Feb12 for February 2012, the XamDateTimeEditior resolves this to 01/02/2012.
My question is how does it select that specific date and can I add my own logic for deciding the specific date?
Thanks
Hi,
You can hook up to an event(ValueChanged, EditModeEnding\ed) and set days there.
Regards.