Bonjour Edouard,

Hello,

I think there is a mistake here :

Do this in the msg box :
set the usesystemdate to true  -- (I am french)
put "25/02/1912" into da
convert da to dateitems
put da

i just found another method to get the right dateitems:


put "25/02/1912" into da
convert da to seconds ##!!!
convert da to dateitems
put da

Will also give the correct dateitems.

Hope that helps...


Regards


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

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

Reply via email to