On 08/05/2011 09:29 PM, John Fabiani wrote:
> On Friday, August 05, 2011 12:25:21 pm Jacek Kałucki wrote:
>> Użytkownik John Fabiani napisał:
>>> the Function wx.DateTimeFromDMY(date.day, date.month, date.year)
>>> incorrectly returns the wrong month?????
>> Yeah, now you have found bug in the wx.DateTimeFromDMY function.
>> Now I know why I used mktime() instead.
>> But mktime() is not suitable for dates before '80.
>> I will try to fix it quickly.
> Yep!
> wx.DateTime_GetMonthName(7) reports
> 'August'
>
That would be correct as month is zero based, see e.g.
http://trac.wxwidgets.org/ticket/4161 first comment by vadz

Werner


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to