Perhaps Rev considers midnight to be the last instant of the previous day, rather than the first instant of the next day?

On Sep 21, 2004, at 11:52 AM, Klaus Major wrote:

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


-----------------------------------------------------------
Frank D. Engel, Jr.  <[EMAIL PROTECTED]>



___________________________________________________________
$0 Web Hosting with up to 120MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com

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

Reply via email to