hide time field for birthday

This commit is contained in:
Helmut Merz 2014-07-22 14:30:01 +02:00
parent b1c8465219
commit 166c74ed31

View file

@ -85,6 +85,7 @@ class IPerson(Interface):
description=_(u'The date of birth - should be a ' description=_(u'The date of birth - should be a '
'datetime.date object.'), 'datetime.date object.'),
required=False,) required=False,)
birthDate.hideTime = True
age = schema.Int( age = schema.Int(
title=_(u'Age'), title=_(u'Age'),