• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Date math question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Date math question


  • Subject: Re: Date math question
  • From: Rob Jorgensen <email@hidden>
  • Date: Mon, 9 Jun 2003 13:58:10 -0400

At 10:33 AM -0700 6/9/03, Michelle Steiner wrote:
This works:

set foo to "jul 7"
set bar to "jun 26"
set foo to (date foo)
set bar to (date bar)
(foo - bar) / days

This doesn't:

set foo to "jul 7"
set bar to "jun 26"
(date foo) - (date bar)

"(date bar)" is highlighted, with the error as shown below:

--> Can't make date "Thursday, June 26, 2003 12:00:00 AM" into a number or date.

How come?

I don't know how come but this works:

set foo to "jul 7"
set bar to "jun 26"
((date foo) - (get date bar)) / days

--

Rob Jorgensen
Ohio, USA
_______________________________________________
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.

References: 
 >Date math question (From: Michelle Steiner <email@hidden>)

  • Prev by Date: Re: Date math question
  • Next by Date: Re: Date math question
  • Previous by thread: Re: Date math question
  • Next by thread: Re: Date math question
  • Index(es):
    • Date
    • Thread