Hello folks,
I Have String called strFinancialPreDate= “31 Mar 2020” I need it convert to Date ,Please Help
You can check below post
https://forum.uipath.com/t/tutorial-how-to-calculate-difference-between-two-time-values-using-uipath/247565/3
OR
Hope these helps you
Thanks
Hi @anand_desai
you can use:
Convert.ToDateTime(strFinancialPreDate)
1 Like
1 Like
Thank you
1 Like
Nothing
Please set as solution if you solved the case
Have a nice day
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.