Select date from calendar

How to select the date in calenders via uipath.

For example: my input date was 6 June 2017.
How to select the date in calender kind of tool

4 Likes

Hi
I’d suggest you to use date function inside the “typeinto activity” rather than choosing the date manually. :slight_smile:

3 Likes

We have textbox in the calender section. But when we click the text box, it’s automatically opened the calender. So it means, the selection would be only by click the calender. Moreover, my app was inside the citrix …Please help

so your’e saying is even manually also you can’t enter the date directly into text box?

Yes…U are correct

oh…sorry mate then i don’t have any clue :frowning:
may be @vvaidya and @aksh1yadav could help you on this.

Oh…No worries bro…as u suggested, Wait for someone to help me on this

1 Like

Hello,

thank you for your inquiry.

(Assuming you are on the right month) You can use find text position activity.

Then assign the UiElement to a click activity.

Regards.

3 Likes

@bala0402 Since you are said the calender is in CITRIX app and you can’t type into textfield unless u click on calender, one way you can do is considering each date as Image.

Go through below example where the user selects the Calculator Number keys as Image.

1 Like

In my case, the date is not same all the time. I have stored the required date inside an excel document and now the need is to fetch that value and select the same date from the calender. How should I do this?

Hi, by any chance did you manage to find the solution?

I am also looking for a solution for this.

Hi, I read date from excel sheet and I want to select the date in date picker dynamically.

This is my syntax. but it’s not working.Can anyone help me to come out of this.

hope you tried this ?

Hello, have you solved this problem? I also have this problem now.What is the final plan?

Hi, I had tried the Calender sample and modified to my web. But its failed and give error “Cannot find UI Element corresponding to this selector”. Pls help…tq

Hi,
Can you help me in how to type the date that is coming from the excel.

I have the same issue…
I can write but i have always to click in the date.
I try to pass the variable “day” to the aaname selector but it didn’t work

@ac_couto6 - Can you please share selectors of any 2 dates from current month and selectors of 3-4 different dates from different months (or year)?

Hi Kumar,

I already done it! :wink:
i did in the “expression Editor” -
webctrl aaname=‘“+dia+”’ parentid=‘ui-datepicker-div’ tag=‘A’ /
and it worked

Hi ac_couto6,

Can you please share the sample workflow for the activity. Thanks