I would like to have an entry box for typing in dates so that the user can only type it one way.
The entry box before typing would look like this (without the underscores) __/__/____, and the /‘s are not deleted when the user types the date.
Thanks
Thanks to @Bryan Oakley’s major hint, I have come up with this working code.
(Update: threw a few years of programming experience and some recent readers’ sharp eyes at improving the code.)