Hi,
In a nutshell I have a VB application that converts a string passed from a Sybase backend into a date value.
This string is a numeric value and is created in the first place by a Roguewave process (which represents a date and time, stored in milliseconds from Jan 1 1901 00:00:00:000).
My VB app always seems to convert to a date that is a year in the past. Is this because VB date def starts from Jan 01 1900? if so then I can just take the year diff into account..
Thanks
In a nutshell I have a VB application that converts a string passed from a Sybase backend into a date value.
This string is a numeric value and is created in the first place by a Roguewave process (which represents a date and time, stored in milliseconds from Jan 1 1901 00:00:00:000).
My VB app always seems to convert to a date that is a year in the past. Is this because VB date def starts from Jan 01 1900? if so then I can just take the year diff into account..
Thanks