Date picker for present day

Hello all,

I need some help with a date picker, I want to click on calendar icon to choose the date of the present day and its not working, I’ve try everything I know, with and without anchor, with and without fuzzy selector and different selected items.

Some one can help me?

Thanks.

@Ruben_Capucho,

Normally datepicker highlights today’s date by default. So you can just use click activity to click on the calendar icon and then just use Keyboard Shortcut to send Enter key. This should give you todays date.

Hey @Ruben_Capucho,

Instead of that do one thing creat a “TodaysDate” and using assign activity assign the value as “Now.ToString(“dd-MM-yyyy”)“ and finally use a type into and give the “TodaysDate” variable inside the assign as per bellow:

Although i used classic Type Into but you can use modern as well

Let me know if it works

@ashokkarale Thanks for the tip, it really works.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.