Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I Want to use 2 calender objects to select FROM & TO date respectively .
How To apply this.
Regards,
Antony
you can use the calendar code discussed in the developer training .
>create two variables that will hold the start date and end date.
in your calendar object , under general tab: select "Calendar" in the Input Style
Under Data: mark the variable(s) (e.g. vStartDate)
then define the Min and Max Value: Min: =Min({1}Date#(Date($(varMinDate))),'MM/DD/YYYY')
Max: =Max(Date#(Date($(varToday))),'MM/DD/YYYY')