Cross-Platform

This article will be about a topic that can be used across platforms, such as Linux, Windows and Mac.

wxPython: Converting wx.DateTime to Python datetime

The wxPython GUI toolkit includes its own date / time capabilities. Most of the time, you can just use Python’s datetime and time modules and you’ll be fine. But occasionally you’ll find yourself needing to convert from wxPython’s wx.DateTime objects to Python’s datetime objects. You may encounter this when you use the wx.DatePickerCtrl widget. Fortunately,

wxPython: Converting wx.DateTime to Python datetime Read More »