Dear all,
I have an issue with the Select Range option in the Calendar.
After switching on the Select Range option of the Calendar, I can select continuous days on the calendar.
Though , then if I select the one day onthe calendar, the StartDate property is the date I selected and the EndDate is tonday 's date by default. How should I resolve this problem?
/CODE
Set(
selectedDate,
Calendar_1.StartDate
);
Set(selectedEndDate,
Calendar_1.EndDate);
Set(
startTime,
DateTimeValue(Text(selectedDate,DateTimeFormat.ShortDate) &" " & TimeValue(ddTimeFrom_1.Selected.Value))
);
Set(
endTime,
DateTimeValue(Text(selectedEndDate,DateTimeFormat.ShortDate) &" " & TimeValue(ddTimeTo_1.Selected.Value))
);
Navigate(DeskSelect);

Report
All responses (
Answers (