XamDateTimeInput - we want to support various date formats for display as shown below. I see there is no mask for the month name (Jan or January)? Any suggestions? Is there any sample we can look at.
Value - 11/1/2011 08:00:00 PM
Various Display formats
Hello Jasvinder,
The Format Property is used to set a display pattern as the Mask Property is used for an Input pattern and can be used in combination.
Is it possible to use this format property is combination with Input Mask?
Thank you for your post. I have been looking into it and I can suggest you use XamDateTimeInput’s Format Property. It works with the Standard DateTime Formats:
http://msdn.microsoft.com/en-us/library/az4se3k1.aspx
You can set it like this: Format=”{}MMM/dd/yyyy”
Hope this helps you.