/ Published in: SQL
How to get onlye the time in SQL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT (CONVERT(VARCHAR(8),GETDATE(),108)) AS OnlyTime