Question about datepicker control in Registration page

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
1/28/2011 9:55:12 PM
Gravatar
Total Posts 14

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

 

You must sign in to post in the forums. This thread is closed to new posts.