[wxPython-users] wx.grid.GridCellDateTimeRenderer

Robin Dunn robin at alldunn.com
Mon Feb 4 10:48:20 PST 2008


Mark Erbaugh wrote:
> Is there any documentation on the informat and outformat parameters to
> the constructor for a GridCellDateTimeRenderer?  The default is
> wx.DefaultDateTimeFormat which appears to be '%c'.  

It should be similar to (or the same as) the format used by the C 
strftime function.  Since Python's time.strftime is also based on the 
same format strings you can use that doc as a guide too.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-users mailing list