I want to store a date in this format March 13, 2014 in SQL but i couldn’t find the solution on how to store a date in this format in SQL
I tried storing it in this format March 13, 2014 but my SQL server was showing conversion issues, etc even though I used some format functions in SQL
2
Answers
the only sure way to store date is in my opinion to use a converting function.
In cas of sql- server you could use
You shouldn’t provide a format date in a table, but in case you want to do it in a especific case: