I'm looking for the best way to get a time to a hhmmssmm format.
I've got the following....
But unfortunately I need the milliseconds and not just "00" at the end.
Anybody know the best way to get there?
Thanks in advance!
Best,
Scott
I've got the following....
Code:
replace(Convert (varchar(8),GetDate(), 108),':',') + '00'
Anybody know the best way to get there?
Thanks in advance!
Best,
Scott