hide time field for birthday
This commit is contained in:
parent
b1c8465219
commit
166c74ed31
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue