Bonjour Yves,

Hi list,
I experiment something strange
mac OS X 10.3.5 : French sytem : short system date is dd/mm/yy
Rev 2.5

on mouseUp
  put "1999,1,9,0,0,0,0" into tDate
  convert tDate to short system date
  answer tDate
end mouseUp

I get : 08/01/99"

with rev 2.2

I get : 09/01/99  : that's correct !!

any idea ???

No sorry, but just one hour later, it works:

on mouseUp
  put "1999,1,9,1,0,0,0" into tDate
  convert tDate to short system date
  answer tDate
end mouseUp

Will give you the correct result: 09/01/99

????

Hmmmm, no idea...

Greetings.

Yves COPPE
[EMAIL PROTECTED]

Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to