I need to obtain today's date but instead of current time I need the first time of the date.
WRONG WAY:
'4/7/2017 4:50:13 PM'
as result of getdate()
function
RIGHT WAY:
'4/7/2017 00:00:00 AM'
Thanks for your help
I need to obtain today's date but instead of current time I need the first time of the date.
WRONG WAY:
'4/7/2017 4:50:13 PM'
as result of getdate()
function
RIGHT WAY:
'4/7/2017 00:00:00 AM'
Thanks for your help