Tuesday, April 16, 2013

How to Change Date Format For SQL using C# .Net


There are some problems that developers face while sending date from VS Studio to Sql Server database. Here is a simple format by which you can change date easily to database acceptable format.
Read More