Convert String To Datet

Hello folks,
I Have String called strFinancialPreDate= “31 Mar 2020” I need it convert to Date ,Please Help

@anand_desai

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

Hi @anand_desai

Please check the below post might help you,

Thanks
Latika

1 Like

Thank you :slightly_smiling_face:

1 Like

Nothing :slight_smile:

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.