0
How to convert '31/12/2016' Date Format in SQL?
Please help with this problem, Thank You...
4 Réponses
+ 4
Convert for what?
you can use 'date' datatype to insert Date in your tables..
or use varchar in place of it.
0
convert(date,(date_kolom),112)
0
I am saving data using VB.Net datetimepicker.value to pass to the insert statement of the sql, the returns me a convertion error from string type to date type.
0
I don´t know if you´ve already got your answer...
In SQL you write the date like this: '2016-12-31'