Discussion:
Date problem
(too old to reply)
Babu
2005-06-18 03:54:03 UTC
Permalink
I am developed a package in VFP 6.0. It works all windows platforms. But in
one computer loaded win98,when I enter date it accept date + 1 year and 30
days. What is the problem ?
Stefan Wuebbe
2005-06-18 09:01:00 UTC
Permalink
Post by Babu
I am developed a package in VFP 6.0. It works all windows platforms. But in
one computer loaded win98,when I enter date it accept date + 1 year and 30
days. What is the problem ?
Do you say that VFP code like MessageBox( Date() )
gives a value 13 months ahead on that machine and its Windows systray
clock still shows current date at the same time? If so, I have not heard of
any similar "known issues"... what do you get from the file system?
? STRTOFILE('x','test55.test')
? ADIR(aTemp,'test55.test')
? aTemp[3]


hth
-Stefan
--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------
Loading...