web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Date Field Validation
Power Pages
Answered

Date Field Validation

(0) ShareShare
ReportReport
Posted on by 15

I am showing a date field on the portal in advanced web forms. I now need to ensure that only users who are 18+ years of age can enter their date of birth. Does any one know how to do this?

 

Categories:
I have the same question (0)
  • Verified answer
    Hugo Bernier Profile Picture
    Microsoft Employee on at

    At the moment, the easiest way to do something like this is to go to the Portal Management app (from the Apps tab in make.powerapps.com) and navigate to Basic Forms .

     

    Find the where you want to add validation and open it. Find the Additional Settings tab and scroll to the Custom JavaScript section and add the script you want to set the minimum date of the field to 18 years ago.

     

     

    $(document).ready(function() {
     $("#yourfieldgoeshere").next().data("DateTimePicker").minDate(moment().add(-18, 'years'));
    });

     

     (Disclaimer: I wrote the above code without testing it, please forgive for any errors).

     

    I hope this helps?

     

  • Verified answer
    snaz Profile Picture
    15 on at

    @hugobernier your solution worked like a charm. Only change I had to do was to use maxDate

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 47 Super User 2026 Season 1

#2
sannavajjala87 Profile Picture

sannavajjala87 16 Super User 2026 Season 2

#3
Haque Profile Picture

Haque 14 Super User 2026 Season 2

Last 30 days Overall leaderboard