How to select the date time picker of today's date

Hi,

I have tried to set the today’s date using Set Text activity using the below code.

DateTime.Parse(DateAndTime.DateString).ToString(“dd-MMM-yyyy”)

This code set the today’s date in application but when tried to click on Proceed button it ask to set the date again. So I manually selected the date again from the date picker then only it is getting proceeded.

Can you please suggest.

Regards,
Satheesh

Hello! Did you manage to solve it? I think we might need more details about where you are trying to set the date and about how exactly you are trying to do this.