Mon May 22 2017 13:25:00 GMT+0530 (India Standard Time)
in this string want contents between "Mon" and "GMT" and convert that string into datetime format.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mazhar PashaPosted May 22, 2017, 8:01 AM
You're going to need to use
DateTime.ParseExact:after parsing the date you can then send it out your way:
Dharmraj ThakurPosted May 22, 2017, 4:55 AM