Tech talk!

Discussing my experiences with technology!

Showing posts with label date time. Show all posts
Showing posts with label date time. 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 ...
Friday, September 17, 2010

Yii - data grid view with some customization of cell content format

›
Lets start by creating a simple table CREATE TABLE IF NOT EXISTS `users` (   `id` int(10) unsigned NOT NULL AUTO_INCREMENT,   `username` v...
3 comments:
›
Home
View web version
Powered by Blogger.