How to change date formate in mysql stored procedure insert statemant "22-12-2010" to "2010-12-22"
Posted
by Ayyappan.Anbalagan
on Stack Overflow
See other posts from Stack Overflow
or by Ayyappan.Anbalagan
Published on 2010-05-06T16:43:41Z
Indexed on
2010/05/06
16:48 UTC
Read the original article
Hit count: 313
I send the registration date parameter to mysql database like "22-12-2010". But my sql date date type is in another formate how can i change the date formate like "2010-12-22" also i have to insert this into table.
Give code in c#,asp.net code behind either sql query statement!
Cheerss!!!!!
**Thanks
A.Ayyappan**
© Stack Overflow or respective owner