Hi,
Can any one know how to select the date range in following type of date picker
I want generate reports daily. So dates are changed dynamically
Thanks
It looks like we have different drop down for each input like one for month another fire and one for year
So for each drop down does it take human input via typing or only with a mouse click
If it’s possible to go with typing then we can use type into activity for each drop down like one type into for date, one for month and one type into activity for year
Similarly for TO date also
For date the type into string should be Now.date.Tostring
And for month
Now.month.ToString
And for year
Now.year.ToString
Cheers @vivek_sivam
Use Select Item to select the value from dropdown.
Make the selector dynamic so that if the default value in existing field is changing will not effect the code.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.