Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Answered

Default date in a Power App DatePicker

(0) ShareShare
ReportReport
Posted on by 12

I have a Power App using Forms to display and update data in SharePoint lists. 

 

It includes a date field, which the user can choose to select. If I leave the DefaultDate property blank it is displayed at '31/12/2001'. If the user saves the record with selecting a date, the field remains blank (which is what I want it to do).

 

If I set the DefaultDate to 'Today()' then today's date is displayed. If the user saves the record, even without actually clicking on the date picker, this date is stored.

 

Is there a way of showing the default date as today's date, but only saving it if it then selected by the user?

 

thanks

  • MarkFitzpatrick Profile Picture
    12 on at
    Re: Default date in a Power App DatePicker

    Bof,

     

    Great solution - works a treat. Thanks very much, Mark

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: Default date in a Power App DatePicker

    Hi @MarkFitzpatrick ,

     

    You could set the datepicker's OnSelect property to:

    Set(SaveDateVaribale,true)

    Set the date datacard's Update property to:

    If(SaveDateVaribale,DatePikcerName.SelectedDate)
    

     

    Best Regards,

    Bof 

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 65 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 55 Super User 2025 Season 1

Overall leaderboard