Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
XamDateTimeEditor
posted
How do you get the mask for the DateTimeEditor to display the day in the following format: MMM dd,yyyy (EX: JAN 24, 2009) Also, is there a way to customize the DateTimeEditor so that an icon of a calendar can be placed to the left of the DateTimeEditor textbox, remove the drop-down arrow, and have the calendar pop up when the icon is clicked?
Parents
No Data
Reply
  • 69686
    posted

    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.

    testXamEditors.zip
Children