Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Power Apps Portals
Answered

DatePicker Power Apps

(0) ShareShare
ReportReport
Posted on by

Hello,

i would like to limit the date picker so the user can choose only as dates within a one month range is possible?

  • Community Power Platform Member Profile Picture
    on at
    Re: DatePicker Power Apps

    Good afternoon it worked, but I need you not to allow selecting a date longer than 3 months!

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on at
    Re: DatePicker Power Apps

    Hi @Anonymous,

    Have you solved your problem?

    Do you want to force the user to choose the date only among a month?

    Could you please tell me that how you configure this one month range?

    I assume that you have 2 separate Date Pickers and you want the dates selected to be among a month, right?

    I have made a simple test for you, please take a try as below.

    Set the OnSelect property of the second date picker as below:

     

    If(
     Month(DatePicker_EndDate.SelectedDate) <> Month(DatePicker_StartDate.SelectedDate),
     Notify(
     "Please keep the selected date within a same month!",
     Error
     )
    )

     

    If you just have a single date picker and you want to achieve this, please try as below:

     

    If(
     Month(DatePicker.SelectedDate) =9,// Custom the month as you expect
     Notify(
     "Please keep the selected date within a month!",
     Error
     )
    )
    

    In addition, not sure where do you want to configure this function, if you really want to configure this in Portal, please check the reply from @OliverRodrigues.

     

  • oliver.rodrigues Profile Picture
    9,342 Most Valuable Professional on at
    Re: DatePicker Power Apps

    Hi, please take a look at this article: https://www.netwoven.com/2019/04/16/how-to-add-date-range-filter-controls-in-entity-list-in-dynamics...

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 Pages

#1
Lucas001 Profile Picture

Lucas001 60 Super User 2025 Season 1

#2
Fubar Profile Picture

Fubar 55 Super User 2025 Season 1

#3
surya narayanan Profile Picture

surya narayanan 35