Hello I have a browser with a calendar that non Typing and also july august etc for months.
I have a variable that stores a date in this format 00.00.0000
My question its how shall i use that variable and insert that date into the non typing calendar ?
( I will get various dates in that variable, but only one date each time)
@langsem
The date can be stored in a variable and pass them in selectors
Same as for month using switch case activity
Example- 01 month - Jan, 02 month- feb etc
and this month can be stored in variable that can be pass to selectors too…
the year is in same format directly u can pass the variable to selectors
Ok made them all now, how will it work ? How shall i make the function insert my original string date into the non typing calendar ? I have made the switch statements like u had in the project
Yes, but fxed the 2020 issue. Having issue with inserting it into the calendar. Did some research and people said its much more effecient using js. But not rly sure how to use js in this case
Hey for the date, take the click activity click on the one of the date, in that check the properties panel in that selectors there is a data will be seen
for example: aaname: ‘16’ if u click in selectors it shows and in that place send the variable which u stored ur date in the place of 16 like this aaname: ’ “+var+” ’
Same to the month and year check the selectors