Using dateentry
from the tkcalendar python module, every time I select a date on the widget it shortens it to the m/d/yy
format. I'd like it to expand to mm/dd/yyyy
if possible, or at least for the year.
When using the set_date method, it will display whatever is inputted (string), but then reverts back to the shortened format once another date is clicked.
Is there any way to have it always display the full date? I can't seem to find a format parameter that would allow me to use %Y
so that's why I ask.