D 
		
								
				
				
			
		David Schwartz
I have a few users who are getting the error "Cast from string '1/1/2004' to
type 'Date' is not valid".
The code which causes the error is the following:
Dim LoginString As String = "1/1/2004"
LoginDate = CDate(LoginString)
Any idea what might be causing this error?
Thanks!
				
			type 'Date' is not valid".
The code which causes the error is the following:
Dim LoginString As String = "1/1/2004"
LoginDate = CDate(LoginString)
Any idea what might be causing this error?
Thanks!
