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 Apps / Button to change the d...
Power Apps
Answered

Button to change the day of a calendar picker

(0) ShareShare
ReportReport
Posted on by 169

Hello I have a date picker with two button, one button to move forward one day and the other to move back a day but I can't do a good function to make it work, I have set two var for the two button  true to move foward and false to move back and i've put this in my date picker default date 

 

Switch(varThisDay;
true; Date(Year(Today());Month(Today());Day(Today()));
false; DateAdd(Date(Year(Today());Month(Today());Day(Today())); -1; Days))

 

but It don't work like I want, for exemple today is the 17 but when I click and the button to move foward it does nothing because it is set to go at today and the button to move back just move back one day and dont move back again if I want to go at the day 15

and I don't find how to maki this work

datepicker with button.png
Categories:
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Dive1 

    Set the OnSelect of your forward button to:

        UpdateContext({lclDate: DateAdd(Coalesce(lclDate, Today()), 1)})

    Set the OnSelect of your backward button to:

        UpdateContext({lclDate: DateAdd(Coalesce(lclDate, Today()), -1)})

    Then set the DefaultDate on your date chooser to:

        Coalesce(lclDate, Today())

     

    I hope this is helpful for you.

  • Dive1 Profile Picture
    169 on at

    Thank you it works

  • TRob Profile Picture
    2 on at

    Any chance you could share how this is accomplished? I would love to have the functionality to advance a date slider by a month instead of individually selecting/setting the start date and end date.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard