I have a field that stores the date and time but need to extract this so it only shows the time but shows the date as 01/01/1900
.
I can extract the time using the below but need to include the data of 01/01/1900
convert(varchar(12), w.created, 114)