hello;
in the form you can see the italian date format, but in database the date fields are stored as a number (seconds since 01/01/1970). So if you want to update this date using SQL you need convert the date.
If you use SQL Server, the sentence could be something like:
Update...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.