Date Picker Control In Power Apps

Power Apps is a suite of apps, services, connectors, and data platforms that provides a rapid application development environment to build custom apps for your business needs. For more details click here.

Date Picker is a control that the user can use to select and specify a date.

Reading this article, you can learn how to use Date Pickercontrolin Microsoft Power Apps.

Step 1

Open the URL https://powerapps.microsoft.com/en-us/ in the browser for Power apps,

Date Picker Control In Power Apps

Create an account with your Organization Mail ID and login. After logging in to your Power Apps account,

Date Picker Control In Power Apps

Step 2

First, Click Create (+ ) and Select the Canvas app from blank.

Date Picker Control In Power Apps

Next, Give the App name as PADatePick and Format as Phone and Click Create.

Date Picker Control In Power Apps

Now, in the Power Apps studio environment, select the Create a form option,

Date Picker Control In Power Apps

Step 3

To test the Date Picker  control, rename thescreen name as ScnBtn, and rename the form name as FrmBtn,

Date Picker Control In Power Apps

Add the following controls in the Form window for the Date Picker feature view, insert the Label Control, and set the Name property as LblName and Text Property as Date Picker Control in Power Apps.

Date Picker Control In Power Apps

Insert the Date Picker Control and set the Name property as DPJoinDate,

Date Picker Control In Power Apps

Date Picker Control In Power Apps

Next, we can Insert the Label Control and set the Name property as LblDays and Text Property as DateDiff(DPJoinDate.SelectedDate, Today()) & " days is your Experience!" for calculating the Experience

Date Picker Control In Power Apps

Step 4

Now we can see the preview of your App in Power Apps Studio, and output of the PADatePick is,

Date Picker Control In Power Apps

Select the Date in Date Picker control and press OK,

Date Picker Control In Power Apps

After selecting the Date in Date Picker control,

Date Picker Control In Power Apps

Summary

Now you have successfully tested Date Picker Control- PADatePick in Power Apps Studio environment. 


Similar Articles