web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

How to set Date Picker as Blank (Null)- Canvas Apps / Dataverse

Nishant Rana Profile Picture Nishant Rana 11,325 Microsoft Employee
If no dates are selected the Date Picker control will display a default date. This comes from the InputTextPlaceholder property We can update the formula to set the field as blank. If(IsBlank(Self.SelectedDate), Text(Blank())) Hope it helps..

This was originally posted here.

Comments

*This post is locked for comments