web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Nishant Rana’s Weblog / Error : The conversion of a...

Error : The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.

Nishant Rana Profile Picture Nishant Rana 11,325 Microsoft Employee

Hi,

I got this error while developing an asp.net page with Sql server as database,

On checking the sql query i found out that the date value was not being sent in the format expected by the database , so by changing the format within my query resolved the issue !

Initially it was calendar.ToShortDateString() and i changed it to 

Calendar1.SelectedDate.ToString(“MM/dd/yyyy”)

Bye…


Posted in ASP.NET Tagged: ASP.NET

This was originally posted here.

Comments

*This post is locked for comments