Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: clearing date data type variables


Message #1 by "Bill Robinson" <bill.robinson@s...> on Wed, 21 Feb 2001 14:02:06
You could could try something like " dtMyDate = format("01/01/1899",
"MediumDate")
This gives you a neutral value which is a valid date (substitute the
earliest valid date supported by windows) but meaningless for most
applications since 00/00/00 is not a valid date and prevents you ending up
with a time stamp..

Bruce

  Return to Index