How would I go about converting a string to a date: I have this
but this always returns 8:00:00AM
how do I get it to return 6/03/06 as a date I am doing this because I want to be able to add one day onto this value, I also do not know how to do that. Any suggestions? Thanks
Code:
Dim Dat as DateTime
Dat = Date.FromOADate(6/03/06)
but this always returns 8:00:00AM
how do I get it to return 6/03/06 as a date I am doing this because I want to be able to add one day onto this value, I also do not know how to do that. Any suggestions? Thanks