sytaylor
Sy
with regard to
"This is a problem with the format of the date, the Windows 9x kernel reports the system date as MM/DD/YY where as the NT kernel reports the system date as MM/DD/YYYY (dates may be in a different format for different systems but always have the same number of digits). I am currently working on ways to solve this problem but as of yet there is not a Windows 9x version available."
Cant you just detect the operating system and run the function using different date formats as a result? I mean even if u just copied and pasted the code under some form of if statement! :blink:
just gonna go read more about how ur developing it, but it seems simple to me..
"This is a problem with the format of the date, the Windows 9x kernel reports the system date as MM/DD/YY where as the NT kernel reports the system date as MM/DD/YYYY (dates may be in a different format for different systems but always have the same number of digits). I am currently working on ways to solve this problem but as of yet there is not a Windows 9x version available."
Cant you just detect the operating system and run the function using different date formats as a result? I mean even if u just copied and pasted the code under some form of if statement! :blink:
just gonna go read more about how ur developing it, but it seems simple to me..