[Tickets #3741] monthdayyear field for birthday before 1970-01-01
bugs@bugs.horde.org
bugs at bugs.horde.org
Sat Apr 8 02:40:34 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3741
-----------------------------------------------------------------------
Ticket | 3741
Updated By | Jan Schneider <jan at horde.org>
Summary | monthdayyear field for birthday before 1970-01-01
Queue | Turba
Version | 2.1
-State | Unconfirmed
+State | Assigned
Priority | 2. Medium
Type | Bug
-Owners |
+Owners | Horde Developers
-----------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2006-04-08 02:40) wrote:
Works fine with the following setting for the sql driver, it has to be an
issue with the ldap driver:
$attributes['birthday'] = array(
'label' => _("Birthday"),
'type' => 'monthdayyear',
'params' => array(1900, null, true, '%Y-%m-%d'),
'required' => false,
);
More information about the bugs
mailing list