Hello,

The date format of my Mac is set to Day/Month/Year. Maybe I've been in front of the screen too long, but why does the following handler answer No? Does it mean that the only way to do date calculations is with date items?

        Greg

set useSystemDate to true
put "9/6/1963"  into item 1 of theDates
put "11/6/1963" into item 2 of theDates
if item 2 of theDates > item 1 of theDates
then
put "Yes"
else
put "No"
end if

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

Reply via email to