allow date selection for birth date

This commit is contained in:
JT Smith 2003-05-26 00:20:39 +00:00
parent fd7dd21935
commit c8f8f40757

View file

@ -609,6 +609,7 @@ delete from help where helpId=67 and namespace='WebGUI';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (67, 'WebGUI', 968, 969, '65,WebGUI;');
delete from help where helpId=4 and namespace='DataForm';
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (4, 'DataForm', 88, 89, '1,DataForm;');
update userProfileField set dataType='date' where fieldName='birthdate';