how do I default the date, to the 1st April 2022 on the date picker?
thanks in advance
Solved! Go to Solution.
hi @stebro1986 use the DefaultDate property, you cant set it to DateValue("01 April 2022","en-GB") use your language code
Hope it helps,
R
hi @stebro1986 use the DefaultDate property, you cant set it to DateValue("01 April 2022","en-GB") use your language code
Hope it helps,
R
Set the DefaultDate property of the DatePicker to the following
Text("04/01/2022",ShortDate)
then change the format property of the datepicker to the following
"mmmm dd, yyyy"
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
106 | |
56 | |
52 | |
41 |
User | Count |
---|---|
273 | |
160 | |
89 | |
81 | |
56 |