I have
how can I set an empty value for dateofbirth? it is showing the current date as default! This is causing my users to have today as their birthday! I want the defaul to be null.
Code:
DateItem dateofbirth=new DateItem("dateofbirth");
Comment