Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Suggested answer

Validate manual entered Date field

(0) ShareShare
ReportReport
Posted on by 77
Dear All,
 
I've a Canvas PowerApps having SharePoint List as database. I'm using classic date picker. We have 4 date fields on form where user can select dates and having specifix format as yyyy-mm-dd.
 
Client needs functionality of manually enter the date. So for our date pickers, we have set
 
isEditable=true
 
Now user can enter the date.
But now I need to validate the dates which has been entered. If user enters wrong date or wrong format then alert the user and only allow user to submit correct dates. But I'm not getting anything how to implement this properly. Any help will be highly appreciated.
 
 
Thanks,
Sanjay
  • Suggested answer
    Ram Prakash Profile Picture
    5,284 Super User 2025 Season 1 on at
    Validate manual entered Date field
    HI,
     
    On Select of Button (While Saving) get the Date value form the Field and Validate it like Datepicker.Selected
     
     
  • Suggested answer
    CNT Profile Picture
    10,919 Super User 2025 Season 1 on at
    Validate manual entered Date field
    Whenever the user changes the date - either through the picker or types anything, the OnChange property will be triggered. Here you can check for the format and the validity of the date.
     
    Please remember to give a like👍and mark this reply Answered as it will help others in the future.
     

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1