Hi
I would like the date format to be displayed as 04/JAN/2009
i tried the style setter for XamDateTimeEditor property = "Mask" and put the value as "dd/MMM/YYYY"
it is not working
any ideas on what should be done....?
There is also a StringFormat or Format property on Editor, which is for this purpose.
My understanding of mask is that it is constraining how user inputs, e.g. for a telephone mask such as (123)-456-7890, user can only types numbers inside of the ( )- - template.