Replies: 2 comments
-
I hope you do find an answer. It seems like there are a lot of problems with the ttkbootstrap implementation of DateEntry. I have my own that is different than yours. I am wondering if the OG developer is not working on this library anymore. Very sad since overall I like it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The entry box in the DateEntry takes a date object. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have noticed that if you enter a wierd format like for example "20203-06-" or "2023-06" you get this error:
raise ValueError("time data %r does not match format %r" %
ValueError: time data '2023-06' does not match format '%x'
I figured out that this most likely comes from the fact that when you write something in the input field and then click the calendar button, the widget tries to make that input into a date so that it can jump to it in the calendar. I have looked around but I cant seem to find a solution.
Any ideas? Please help.
Beta Was this translation helpful? Give feedback.
All reactions