Hi,
On load of a screen, I want to set a variable (Set) to a date picker's default date, rather than SelectedDate.
DatePicker1.DefaultDate doesn't seem to be a valid parameter. The point of this is so that, for my bookings app, the availability of this date (via a filter on the dataverse table) is determined on the datepicker's default date (which is set to DateAdd Today +1 [tomorrow]), before the user selects a date in the date picker.
Is this possible?
Thanks
K.