Greetings
I am back with a new problem. I have a form with unbound textbox with format as ddmmmyy hh:nn. I have set the property of the field date picker = for dates. The problem is that when I select a date first it shows in the ddmmmyy hh:nn format, but if i change the date and change the time then it shows with seconds which I dont want.
I would like to show the field with ddmmmyy hh:nn and need to edit with the same format. When a user select the field it should not expand as general date format and the user needs to edit the hour and minute, but at the moment he has to be careful else it will end up editing the minutes and seconds.
In short I like to have an unbound TextBox control with
date and time shows as example : 25Dec12 18:15 and need to edit with the same format.
Hope I explained correctly. Thank you all in advance for the help
I am back with a new problem. I have a form with unbound textbox with format as ddmmmyy hh:nn. I have set the property of the field date picker = for dates. The problem is that when I select a date first it shows in the ddmmmyy hh:nn format, but if i change the date and change the time then it shows with seconds which I dont want.
I would like to show the field with ddmmmyy hh:nn and need to edit with the same format. When a user select the field it should not expand as general date format and the user needs to edit the hour and minute, but at the moment he has to be careful else it will end up editing the minutes and seconds.
In short I like to have an unbound TextBox control with
date and time shows as example : 25Dec12 18:15 and need to edit with the same format.
Hope I explained correctly. Thank you all in advance for the help
Comment