You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there.
Great plugin, thanks for this!
But when I use something like date_picker.select_date(24) where '24' is supposed to be the INT of a day in the month I do get the above error. (AttributeError: 'CTkDatePicker' object has no attribute 'current_year')
I also tried passing a full date as in '%d-%m-%Y', which corresponds to the format specified in date_picker.set_date_format() with the same result.
What am I doing wrong?