RE: Date Routines
RE: Date Routines
- Subject: RE: Date Routines
- From: "Steve Zaspel" <email@hidden>
- Date: Thu, 7 Aug 2003 13:34:15 -0500
I guess I should have been more clear. I am given a date in a dialog box,
and I need to calculate the day of week and the date of the following day.
Then I have to translate it into Spanish, but I have pretty much got that
part figured out.
-----Original Message-----
From: Michelle Steiner [
mailto:email@hidden]
Sent: Thursday, August 07, 2003 12:32 PM
To: Steve Zaspel
Cc: email@hidden
Subject: Re: Date Routines
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.