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.
VulpesPosted Aug 2, 2013, 8:27 AM
DateTime frmDate = DateTime.ParseExact(txtfrmDt.Text, "yyyy/M/d hh:mm:ss tt", CultureInfo.InvariantCulture);