Sir,
i hv taken a ajax cal in my project and i am also using to save into db but its not saving in this format : 1900-01-01 00:00:00.000
I have done:
SQL: date datatype in SQL Server 2008
I want only date to be saved! pls guide!!!!
Asp.net: cmd.Parameters.Add("@DATEOFREC", SqlDbType.DateTime).Value = txtdate.Text;