datetime format error
DateTime frmDate = DateTime.ParseExact(txtfrmDt.Text, "yyyy/M/d HH:mm:ss tt", CultureInfo.InvariantCulture);
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.
Sunny SharmaPosted Aug 3, 2013, 4:27 AM
See the answer by Scott Lysle, it works.
Khargesh RajputPosted Aug 3, 2013, 4:15 AM
I have change datatime datatype to varchar and then it is working.
if anybody has solution please help
Scott LyslePosted Aug 2, 2013, 8:21 AM