How can i change the input format of the DateEdit? I want to type 2012 for example
without day and month.
With the display format i can change the it after enter a date.
So i thought the edit format is the solution.
But if i type
editformat.formatstring = "yyyy"
and i try to type 2012 in the dateedit i just get 0001 as display text after enter it.
Furthermore is it possible to type the month only? For example type 10 and he display October.
regards
I found an answer. With the EditMask it is possible to change the display and edit style of an dateedit.
will show November 2012 for example.
The Property is located at myDateEdit.Properties.EditMask
It belongs to the Devexpress DateEdit!