Question about datepicker control in Registration page
Hi Joe,
I am using date of birth field in registration form. In date of birth field i need get user date and time of birth. To get the field I have un-commented the "DateOfBirth" block in mojoProfile.config file, everything working fine but my client facing difficulty to change the year in it. How can i display month and year menu in datepicker control.
<add name="DateOfBirth"
type="System.DateTime"
includeTimeForDate="true"
labelResourceKey="Date of Birth"
requiredForRegistration="true"
regexValidationExpression=""
regexValidationErrorResourceKey=""
includeHelpLink="false"
visibleToAnonymous="false"
visibleToAuthenticated="true"
visibleToUser="true"
editableByUser="true"
lazyLoad="false"
/>
Please help me out
Thanks,
Raavi