I have a ttk.Enter widget that I want the user to enter a time, but I only want the user to be able to enter the time in the format "HH:MM AM/PM" ie. 1;30 PM, 8:00 AM, etc
Then I will enter the info into a MySQL database as 1:30 PM = 13:30 using list striping to remove the AM/PM and add 12 hours where approprate.
The main question is how to control the input format?
Thanks, John