lleemon
Oct 22nd, 2004, 08:36 AM
how can I change my date format to:
2004-10-22 19:03:33
@SENT_DT_TM = '' the above date value ''
I need to pass this date format into my stored procedure so I can use in a datediff(hour, @SENT_DT_TM, DT_TM) function
Thanks in advance for any help.
2004-10-22 19:03:33
@SENT_DT_TM = '' the above date value ''
I need to pass this date format into my stored procedure so I can use in a datediff(hour, @SENT_DT_TM, DT_TM) function
Thanks in advance for any help.