Re: Date Routines
Re: Date Routines
- Subject: Re: Date Routines
- From: Michelle Steiner <email@hidden>
- Date: Thu, 7 Aug 2003 10:31:53 -0700
On Thursday, August 7, 2003, at 09:17 AM, Steve Zaspel wrote:
Does anyone know of any good date calculation routines that are
available?
It would sure save me alot of time on a project I'm working on. Thanks
for
your help.
What kind of calculations? There are many kinds. Here are two
examples of what you can do.
Number of days between dates:
(date1 - date2) / days
Day of week of date:
(weekday of (current date) as string)
--
Support our troops. Bring them home NOW!
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.