Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 tkinter 中的图片日期时,如何首先运行我的程序?我可以使用其他日期模块而不是 tkinter 日历模块吗?或者如何在输入框中键入日期并自动添加//
希望对你有效。
from tkcalendar import * start_date_entry = DateEntry(task1, selectmode="day", date_pattern="mm/dd/yyyy", selectforeground="red", foreground='white', normalforeground='green', selectbackground="light blue")