DateTime Question 1 sorted out

Hi again,

        I sorted the problem with the wx.DateTime()

-> datetime.datetime() conversion and I’ll post it so no one reply to
my post (at least Question 1).

        wx.DateTime use a 0-11 indexing for the months

while datetime.datetime uses a 1-12. I scratched my head for a while on this
one… a wrong assumption on the API on my part.

        Cheers,

Christian