You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/controls/control-date-picker.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ If you add a **Date Picker** control instead of a **[Text input](control-text-in
43
43
44
44
**[Color](properties-color-border.md)** – The color of text in a control.
45
45
46
+
**DateTimeZone** – Whether to display the date in **UTC** or the user's **Local** time.
47
+
46
48
**[DisplayMode](properties-core.md)** – Whether the control allows user input (Edit), only displays data (View), or is disabled (Disabled).
47
49
48
50
**[DisabledBorderColor](properties-color-border.md)** – The color of a control's border if the control's **[DisplayMode](properties-core.md)** property is set to **Disabled**.
@@ -71,6 +73,8 @@ If you add a **Date Picker** control instead of a **[Text input](control-text-in
71
73
72
74
**InputTextPlaceholder** – Instructional text that appears if no dates are entered.
73
75
76
+
**IsEditable** – Whether the datepicker text can be edited. If false, the date can only be changed by using the calendar.
77
+
74
78
**[Italic](properties-text.md)** – Whether the text in a control is italic.
75
79
76
80
**[OnSelect](properties-core.md)** – How the app responds when the user taps or clicks a control.
0 commit comments