Date time picker
-
Can i use tab button in date time picker? Purpose is- while entering date in form Date time picker is used. First I enter DD than to enter MM i'm supposed to use arrow key to move to MM. For that i want to use tab key. How to use?
-
Can i use tab button in date time picker? Purpose is- while entering date in form Date time picker is used. First I enter DD than to enter MM i'm supposed to use arrow key to move to MM. For that i want to use tab key. How to use?
If the control does not support it ( which seems odd ), then you'd have to either figure out how to hack the control to have a tab order, or write your own.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Can i use tab button in date time picker? Purpose is- while entering date in form Date time picker is used. First I enter DD than to enter MM i'm supposed to use arrow key to move to MM. For that i want to use tab key. How to use?
hi i want to change the date formate like this dd/mm/yy is it possible
-
hi i want to change the date formate like this dd/mm/yy is it possible
Why would you ask a question from someone else who doesn't know how to use the control ? A DateTime does NOT have a format, it's up to you to format it.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.