Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Date field shows a default 12/31/2001 value; how do I turn it to blank?

(0) ShareShare
ReportReport
Posted on by 280

Hi guys,

Have a beautiful App with a date field. Initially, it displays '12/31/2001'. I wish for nothing to be displayed as a start.

The field is, in fact, blank.

If it helps, the source is a Dataverse table. 

Thanks in advance,
Alice

Categories:
  • AliceW Profile Picture
    280 on at
    Re: Date field shows a default 12/31/2001 value; how do I turn it to blank?

    @Rajkumar_404 it does work! It's so simple when someone gives you the solution 🙂 Thank you very much!

  • AliceW Profile Picture
    280 on at
    Re: Date field shows a default 12/31/2001 value; how do I turn it to blank?

    @cdwhite , it worked!! You're the man. Thank you so much!

  • Verified answer
    Rajkumar_M Profile Picture
    3,631 Super User 2025 Season 1 on at
    Re: Date field shows a default 12/31/2001 value; how do I turn it to blank?

    Hi @AliceW 

     

    Change Date Picker Property to :

     

    Default: Blank()
    InputTextPlaceholder : Blank()

     

    Refer this blog : Set Date Field To Blank In PowerApps (c-sharpcorner.com)

     

     

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

  • Verified answer
    cdwhite Profile Picture
    1,067 Most Valuable Professional on at
    Re: Date field shows a default 12/31/2001 value; how do I turn it to blank?

    Hi @AliceW ,

    You can update the InputTextPlaceholder property of a date control. Something like the below will already be in that property:

     

     

    If(IsBlank(Self.SelectedDate), Text(Date(2001,12,31), Self.Format, Self.Language))

     

     


    You can simply remove that formula for it to appear blank, or replace the Text logic with another hardcoded or formula value of your choice.

    ------------------------------------------------------------------------------------------------------------------------------
    If I've answered your question, please mark your post as Solved. You can accept more than one post as a solution.

    If my response was a good one, please give it a Thumbs Up!

    Visit my blog: https://platformsofpower.net

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 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,618 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,962 Most Valuable Professional

Leaderboard