The â€Ã...“HELPâ€Ã, of Ebasic says:â€Ã, Default format is DD-MM-YYYYâ€Ã,Â
OPENCONSOLE
PRINT DATE$
DO:UNTIL INKEY$<>""
I am getting:â€Ã,Â12-24-2006â€Ã,Â
Is this because I am using a German XP and/or time zone?
What you guys are getting?
It’s quit of important to know due to you can’t use default DATE$ in your prg if you want that your prg run correctly on other part of the earth!
Or it is just a typo in the HELP file?
There is already a typo in it because it should be (dd-MM-yyyy) or do I am missing something there?
Csaba
Just a typo in the users guide. it is MM-dd-yyyy.
Just use the optional format string if you want to change it.
Cool Paul,
Thanks!