I am trying to read date values that were serialized to a data file as a DOUBLE
in VB3.
Now, when I try to read the serialized DOUBLE value using VB6, I am not getting
the results that I expect. I am trying to load the double value into
Format$(nDbl, "mmm d yyyy"). The result always returns 12/30/1899.
Was there a change in how date values are stored between Win16/VB3 and
Win32/VB6?
Thanks in advance,
DanMH
Archived from group: microsoft>public>vb>general>discussion