Hi in my automation there is requirement like i have take the date range from june 1st to june26
how can i code it in date format
plz help me
Hi in my automation there is requirement like i have take the date range from june 1st to june26
how can i code it in date format
plz help me
@please elaborate more, I am not getting your point. Information is not enough
i mean i want bot to select date from june 1 to june 26 from website wich can automatically type that date in date field
can you share screenshot where are you taking and where you want to put
here my date should from june1st 2022
do you want to type in june 1 till june 26?
so like type into june 1
type into june 2
or just a single type into?
date should june1 2022
yes correct
Hi @T_Y_Raju
You cant try this
Enumerable.Range(1, 26).Select(Function(d) (New Date(2022, 06, d)).ToShortDateString).ToArray