On Thu, 10 Mar 2011, Roman Chyla wrote: > ahaha, so much time spent with such a small thing... > > http://www.w3schools.com/sql/func_date_format.asp
Yes, SQL's DATE_FORMAT() is what we generally use to avoid problems with how various MySQLdb versions interpreted date-based types in the past, see the section ``Note for handling date types'' in <http://invenio-demo.cern.ch/help/hacking/miscutil-dbquery>. Best regards -- Tibor Simko
