PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD SaaS] Calendar control with range selection
[WD SaaS] Calendar control with range selection
Iniciado por ARV, 30,ene. 2025 17:42 - No hay respuesta
Publicado el 30,enero 2025 - 17:42
Hi

I'm trying to change the month of the calendar, for default it set to today date, but I want it to change.

I now I can do this:

CAL_Calendar = "20250115"


But with the code below, the day 15th it's selected, I don't want that, I try to SelectMinus the calendar but doesn't work properly, I even try to change the type of the calendar to multi-selection but then again. How from code I can change it to range selection? I search about it but don't find anything about range selection.

Is there a solution about this?
How can I change the month of the calendar just to make easier the UI for the user?

Thanks for your time.