Convert String to DateTime

How can I convert String “wed, 29 Jan 2020 12:04:26 +530” into Datetime format ??

@pratikshap

Try this.

     CDate("wed, 29 Jan 2020 12:04:26 +530”)

@lakshman Thanks it worked

1 Like

@pratikshap

Glad to help you. Happy Automation :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.