Hello,community. I need to modify DatePickerCtrl behavior. I'd like to enter dates from keyboard without using cursor keys. For example just typing 01012005 Now DatePickerCtrl wants me to use cursor keys to move from days to month to year fields. Like 01<cursor right>01<cursor rigth>2005 Is it possible? Thanks in advance.
No.1 | | 610 bytes | |
Igor Prischepoff wrote: Hello,community. I need to modify DatePickerCtrl behavior. I'd like to enter dates from keyboard without using cursor keys. For example just typing 01012005 Now DatePickerCtrl wants me to use cursor keys to move from days to month to year fields. Like 01<cursor right>01<cursor rigth>2005 Is it possible?
I think that it will already work to use the '/' key (or whatever your locale's date separator character is) to move to the next subfield. So you could type 1/1/2005 without having to go to the cursor keys.