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 / changing the date default
Power Apps
Unanswered

changing the date default

(0) ShareShare
ReportReport
Posted on by 12

Hello everyone,

 

how do i set this to be todays date by default? I also need it to be dd/mm/yyyy format.

 

I have been in the site settings but nothing has seemed to change.

is this a power apps thing?

 

thanks,

 

Ewan

 

 

 

Screenshot 2022-06-16 153029.png

Categories:
I have the same question (0)
  • iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    yes, edit the form, for the default for the control (you may have to unlock the datacard to edit it), it will currently say something like Parent.Default

    change this to:

     

    If(
     //Check if there is no existing value
     IsBlank(Parent.Default),
     //if no existing value then use theToday function
     Today(),
     //otherwise if there is an existing value, use that as the default
     Parent.Default
    )

     

    To get it to show dd/mm/yyyy you can edit the Language property of the datepicker (under the advanced tab on the right) and set it to "en-GB"

     

  • rubin_boer Profile Picture
    4,843 Super User 2024 Season 1 on at

    hi @ewan 

     

    The datePicker: default as Today() and change the language = 'en-GB'

    below date in language 'en-GB' first and the 'en-US'

    rubin_boer_0-1655390724535.png

     

    hope it helps,

    R

  • ewan Profile Picture
    12 on at

    thanks for the reply! 

     

    where do i find this? is it in the advanced section?

  • rubin_boer Profile Picture
    4,843 Super User 2024 Season 1 on at

    @ewan 

     

    you can get it in the property  section as well, just above OnSelect

    rubin_boer_0-1655392591678.png

     

    Regards,

    R

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 84

#2
WarrenBelz Profile Picture

WarrenBelz 79 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 40 Super User 2026 Season 1

Last 30 days Overall leaderboard