how to insert DateEntry widget selected by user into mysql database?

15 Views Asked by At

how to insert DateEntry widget selected by user into the database?

t1 = DateEntry(self.root) cal.pack() then i called t1.get() into the inset function but i am getting error like dateentry do not have get attribute. this is the issue that i am facing inside my registration form GUI

0

There are 0 best solutions below