J
JoeP
Hi all,
I have the below code for sending e-mail:
oMailMessage.Subject = Now.Date.ToString() & " " & Now.DayOfWeek.ToString() & " XYZ"
From some reason the time portion of the Date shows all the time the 12.00:00 AM instead of the real time.
Any idea?
Thanks,
Joe
I have the below code for sending e-mail:
oMailMessage.Subject = Now.Date.ToString() & " " & Now.DayOfWeek.ToString() & " XYZ"
From some reason the time portion of the Date shows all the time the 12.00:00 AM instead of the real time.
Any idea?
Thanks,
Joe