Hi Guys,
**I’m having problem in date selection. I have declare the variable for from date and to date. **
I have run my flow in daily basics. For ex. When i run today my start date and end date like
From date: 17-12-2019
To Date: 17-12-2019
My problem is i can’t able to choose yesterday days. Can some one help me on this. I have attached my flow
-----------From date-----------
dt -Now.AddDays(-1).ToString(“MMM/dd/yyyy”)
dtArr - dt.Split("/"c)
---------To date-----------------
dt1-Now.AddDays(-1).ToString(“MMM/dd/yyyy”)
dt1Arr-dt1.Split("/"c)
-----------------------------------------------------------------------------------
**Like that i want to use another two date selection **
Shall i declare another two variable and use?
ThanksClickDate v1.1 - Copy.xaml (35.3 KB)
It can be mentioned like this
Now.AddDays(-1).ToString(“dd-MM-yyyy”)
Cheers @vivek_sivam
Hi @Palaniyappan
Thanks.
But my problem previous date is not select
I don’t get this buddy
What is the issue we were facing
Cheers @vivek_sivam
Hi @Palaniyappan
My problem is i want to select date’s in dynamically. My date picker is in read only so i can’t able to use type into activity. So i use conversion method to select the date.
That is the problem
Thanks.