What is the best way to round down a date to the hour:
For e.g. 2015-05-04 21:41:56 should become 2015-05-04 21:00:00
Solved! Go to Solution.
I like your style :)
I'd go with @MarqueeCrew for clarity but I would probably use an adjusted version of @JoshKushner myself:
Left([Datetime],14)+":00:00"
User | Count |
---|---|
106 | |
85 | |
76 | |
54 | |
40 |