Hi,
In my one of website i’m having the following type of date range selection and it’s in read only.
I have attached the same date picker used website example. The only difference is my date picker is in red only, example sites have editable that’s the different
How to select the date’s dynamically on this
Example websites URL: https://www.daterangepicker.com/
From the above websites i have use single date picker
Thanks
Hi @AshwinS2
Thanks for your response,
Yes i have tried like “Date.Now.AddDays(-1).toString(“yyyy/MM/dd”)”
It won’t work.
Normally my date range looks like this
Hi @aanandsanraj
Thanks for your response. I have tried the above one it’s not working. I have attached my flow screenshot can you please help me.I’m struggling long time on this
Can you share the screenshot of inspect element code from the browser (right-click on the from date and choose inspect element). Also let me know which browser are you using?
Hi @aanandsanraj
The only different from that website(https://www.daterangepicker.com/) date picker and my site date picker is
My site that date field is read only
Example site it’s in editable mode
I have attached my element please let me know anything i need to do
I’m using chrome browser
Thanks
Hi @aanandsanraj
Thank you very much for your help. Can you please let me know how to i add this flow in to my flow. And also please tell me the click activity for your flow
Find the image below
remove your type into activity and copy paste everything and just assign your date into “dt” = Now.AddDays(-2).ToString(“MMM/dd/yyyy”)
Hi @aanandsanraj
Thanks. I have use your flow when i try to select month,year and date, i’m getting below error.
And also i can’t able to assign variable type for dtArr string
Please let me know.