Lainkes 0 Posted February 14, 2023 Hello, If the users want to change from date to month and year, they need to use the arrow keys. Would it be possible that the change goed automatically? When a user puts in a date, that the focus goes automatically to the month. And when entering the month, that the focus goes to the year part. Thanks for your feedback Lainkes Share this post Link to post
programmerdelphi2k 237 Posted February 14, 2023 this a default behaviour, else you need implement yourself class for this, or entry manually by code your date, like : dtPicker.date := nn/nn/nnnn Share this post Link to post
Uwe Raabe 2057 Posted February 14, 2023 (edited) 3 hours ago, Lainkes said: If the users want to change from date to month and year, they need to use the arrow keys. Or a couple of other keys like the decimal point or the DIV key on the numeric keypad. Edited February 14, 2023 by Uwe Raabe Share this post Link to post
Stano 143 Posted February 14, 2023 Maybe just write the short day and month shaped with a null. 01, 05 ... Share this post Link to post