Hi Developers.
The field DATETIME in the database has the following format:
2019-02-20 21:34:25.490
I would like to remove the time from the date and return the date like this:
2019-02-20
how can i done this using sql server, if anyone knows kinldy help me.