davedave24
Programmer
Code:
textTime = Format(textTime, "h:mm")
This code in the _exit event of the textbox makes the textbox display 0:00. How do I correctly format the user's input to time, so they can type in '1245', and the textbox converts it to '12:45'?