Re: [SQLObject] DateTimeCol strangeness
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ma...> - 2004-11-08 17:53:09
|
On Mon, Nov 08, 2004 at 10:49:41AM -0600, Ian Bicking wrote: > date = DateTime.convert(date) > > I actually don't know the right way to convert the date, you'll have to > look it up in the mxDateTime reference. date = DateTime.DateTimeFrom(date) Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |