I'm new to creating Power Apps, actually this is my first attempt. I have created a pretty simple app and noticed my two date picker controls display the date 12/31/2000 when trying to create a new event/list item. I would either like them to display nothing or the current date. It looks like I need to change the Input Text Placeholder, at least that's my best guess as I see this formula in it: If(IsBlank(Self.SelectedDate), Text(Date(2000,12,31), Self.Format, Self.Language)). I'm just not sure what to replace it with to change it to display the current date or just make it blank.