In DateTime editor (with maskInput = mm/dd/yyyy hh:mm) ,if I give the date completely leaving the time blank,while tabbing it blanks out the date too. Is there any way to customize so that it can retain the date even if I leave the time blank and tab out.
Hi,
WebDateTimeEdit will do that. But you probably refer to win control. If yes, then you should send that question to corresponding forum.
Hello Team ,
I am using infragistics ultraDateTimeEditor for selecting a date time in my Form. I want to customize the control as per below requirements.1.Entera single numeric value such as 25 then it should default to current month for the value entered for the date and set the year to current year
2.Enter a two numeric values such as 3, 25 system will default the month as the first value and the date as the second value set the year to the current year.
I have tries to meet this requirement using ultraDateTimeEditor1_ValueChanged and ultraDateTimeEditor1_KeyPress event but could not meet the result ...
Thanks,Vijetha.k