If you have a comboBox on a Form that you will write dates in, in this format:
YYYY/MM/DD
What I wonder here is this. As default I know how to load in so the comboBox will look like this:
----/--/--
Now my question is this. Is it possible when begin to write the date each ' - ' will be replaced with the number you are writing and when you have written in this example the whole year it will jump over the '/' so you dont need to write this yourself.