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.
Agreed that the mask would format the bound value, but based on the same logic shouldnt it format the value based on the type of input in the case datetime type and not as a string always...