The zero based month was wrong. The "new" datetime module in python 2.4 is witness to that.
Tinkering around in the dabo inner workings has helped me come up to speed a little. BTW, is there any documentation on datanav? -Joseph On Wed, 2007-01-03 at 08:00 -0500, Ed Leafe wrote: > On Jan 2, 2007, at 9:49 PM, Joe Brown wrote: > > > Line 288 adds 1 to the month, causing December to become invalid and > > every other month to be off as well. This only appears to affect > > querying dates. > > Hey, you found it before I did. I just fixed it this morning. The > problem was that the old dDateTextBox returned the zero-based month, > but somewhere along the line we 'fixed' it to return 1-12 for the month. > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com > > > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
