Re: Another question on dates and times
Re: Another question on dates and times
- Subject: Re: Another question on dates and times
- From: Michelle Steiner <email@hidden>
- Date: Tue, 4 Dec 2007 22:25:11 -0700
On Dec 4, 2007, at 7:38 PM, Clint Hoxie wrote:
Here is the code.
--Set variable for default to current date plus one day
set TomorrowDate to (month of (current date)) + 60 * 60 * 24 & "/" &
(day of (current date)) + 60 * 60 * 24 & "/" & (year of (current
date)) + 60 * 60 * 24\
set tomorrowDate to date string of ((current date) + 1 * days)
display dialog "Enter event date:" default answer tomorrowDate
-- Michelle
--
If you're not going somewhere, you're not getting anywhere.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden