0
"error converting data type nvarchar to datetime", help pls
string daf = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss tt"); I faced exception error that says "error converting data type nvarchar to datetime". Above are the line that produce the error. I have change it many times and follow some tips from google, but still got error. Do you guys have any idea how to do it?
1 Resposta
0
You're storing dates in nvarchar?