| View previous topic :: View next topic |
| Author |
Message |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Sat Jun 22, 2002 12:29 am Post subject: Invalid date/time |
|
|
Can someone tell me why this line of code works if Windows has the time set to hh:mm:ss, but if the time is set to hh.mm.ss then I get an error message "invalid date/time"?
| Code: | | info @datetime(dd/mm/yy,@file(@windir()\update5.txt,t)) |
I also tried
| Code: | | info @datetime(dd.mm.yy,@file(@windir()\update5.txt,t)) |
and got the same error message.
grrrrrr!!!!!!
Thanks in advance,
Serge _________________
|
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Sat Jun 22, 2002 8:48 am Post subject: |
|
|
Maybe it works with the use of:
| Code: | | OPTION DECIMALSEP,@asc(47) |
or
| Code: | | OPTION FIELDSEP,@asc(47) |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|