I Want To Select the Date in Calender

In this calender i want to select Start date and End date
ad://lK18ZpxhVnvDadwUdnG9qqzir2U.png)Start date is always Yesterdays date and End Date is Current date
can please solve this

Use the below code in the Value part of assign.
For current day : DateTime.Now.ToString(“dd/MM/yyyy”)

For yesterday : Date.Now.AddDays(-1).ToString(“dd/MM/yyyy”)

Before trying to figure out how to click the date, navigate months and years etc. I would try Set Text with “alter if disabled” set to true. See if you can directly set the dates in the boxes at the top.

image

@Melbin_Antu1

As mentioned above try with set text

If that does not work…here is a way to select …you can adapt to your case

Cheers