Data arithmetic
Data arithmetic
- Subject: Data arithmetic
- From: "Michelle Steiner" <email@hidden>
- Date: Thu, 10 Mar 2005 01:52:47 -0000 (GMT)
- Importance: Normal
set a to "March 9, 1961"
set b to "june 1, 1983"
set c to "May 31, 1983"
log (date b) + ((date b) - (date a))
log (date c) + ((date c) - (date a))
(*Tuesday, August 23, 2005 12:00:00 AM*)
(*Sunday, August 21, 2005 12:00:00 AM*)
Shouldn't the results be only one day apart, not two days?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden