dtv1 = StringVar()
dt1 = DateEntry(canv, justify= center , selectmode='day', background= white , foreground= black , font= arial 7 ,
textvariable=dtv1, state= readonly )
dt1Id = canv.create_window(5, 60, anchor=NW, window=dt1, width=70, height=25)...