/ Published in: SQL
Returns the date associated with a given datetime value (@date).
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
DATEADD(d, DATEDIFF(d, 0, @DATE), 0)