Posted By


cdicarlo on 11/25/10

Tagged


Statistics


Viewed 356 times
Favorited by 0 user(s)

Truncate DateTime


/ Published in: SQL
Save to your folder(s)

Truncates a DateTime value.


Copy this code and paste it in your HTML
  1. DATEADD( dd, DATEDIFF( dd, 0, <datetime> ), 0 )

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.