Re: Date computation
Re: Date computation
- Subject: Re: Date computation
- From: Michelle Steiner <email@hidden>
- Date: Fri, 7 Jan 2005 14:54:51 -0700
On Jan 7, 2005, at 2:29 PM, yvan-koenig wrote:
Is it a leap yearfeature or a millenium one ?
if yr mod 4 is 0 and ¬
((yr mod 100 is not 0) or (yr mod 400 is 0)) then
set leapyear to true
else
set leapyear to false
end if
leapyear
--
I love my country; I'm just ashamed (and afraid) of its current
administration.
_______________________________________________
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