[python] Display Python datetime without time

>>> print then.date(), type(then.date())
2013-05-07 <type 'datetime.date'>