Hello all,
I tried to set a date to a variable by:
Const date1 As Date = "1/1/1950 12:00:00AM"
but it only stores 1/1/1950 in the variable, it doesn't store the time! How can I declare it so that it includes the time?
Thanks!
I tried to set a date to a variable by:
Const date1 As Date = "1/1/1950 12:00:00AM"
but it only stores 1/1/1950 in the variable, it doesn't store the time! How can I declare it so that it includes the time?
Thanks!
