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
@Rajkumar_404 it does work! It's so simple when someone gives you the solution 🙂 Thank you very much!
@cdwhite , it worked!! You're the man. Thank you so much!
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.
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
WarrenBelz
146,618
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,962
Most Valuable Professional