Tech talk!

Discussing my experiences with technology!

Showing posts with label DatePickerCtrl. Show all posts
Showing posts with label DatePickerCtrl. Show all posts
Thursday, March 17, 2011

Wxpython snippet - A date time control

›
Make sure you have installed wxwidgets . # Create date control self.dateCtrl = wx.DatePickerCtrl(panel, -1, pos=(130, 70)) #create ...
›
Home
View web version
Powered by Blogger.