All,
I’ve been wracking my brains trying to figure this one out. I need to convert SQL timestamp to a non-standard format that I haven’t been able to find an easy way to convert to.
I need to convert:
1900-01-01 00:00:00.000
to
1/1/1900 12:00 AM
I’ve tried several combos of datepart with casting, but I haven’t had much luck. I suppose I’ll need to convert a couple of times to get what I want, but I figured I would ask the experts first.
Thanks!
Well I ended up finding the desired result with a colleague.
Here is what it ended up being, just in case anyone else needs it.