<br><font size=2 face="sans-serif">Hello there</font>
<br>
<br><font size=2 face="sans-serif">I'm building a Python application. I
use wxPython and pysqlite (amongst others).</font>
<br>
<br><font size=2 face="sans-serif">I have a table with a date field. When
I do a select from this table pysqlite detects it to be a date field and
returns a datetime object.</font>
<br>
<br><font size=2 face="sans-serif">This creates some problems for me because
my control expects a date.</font>
<br>
<br><font size=2 face="sans-serif">If this was only one instance I could
 probably have fixed the specific instance, but in fact I have 9 tables
with date fields and a multitude of controls displaying these dates.</font>
<br>
<br><font size=2 face="sans-serif">Are there any way to 'force' pysqlite
to return a date (preferably in a specific format) rather than a datetime
object ?</font>
<br>
<br><font size=2 face="sans-serif">thanks in advance</font>
<br>
<br><font size=2 face="sans-serif">jaco</font>
<br>
<br><font size=2 face="sans-serif"><br>
</font>