0
How to convert a date that is in format DDMMYYYY
for YYYYMMDD
?
I am having problems to send this data to different SQL databases, considering that each one was elaborated in a way and are already fed.
0
How to convert a date that is in format DDMMYYYY
for YYYYMMDD
?
I am having problems to send this data to different SQL databases, considering that each one was elaborated in a way and are already fed.
1
If your database is Mysql you can use a mysql function when doing Insert.
DATE_FORMAT(data, '%Y-%m-%d').
Browser other questions tagged date type-conversion
You are not signed in. Login or sign up in order to post.
Could specify the database?
– rray