Fun with dates...
Fun with dates...
- Subject: Fun with dates...
- From: David Crowe <email@hidden>
- Date: Sat, 18 Jun 2005 09:16:34 -0600
Title: Fun with dates...
Can anyone explain why the following statement generates an error
("Cannot make .... into a date"):
set ABSynchTime to
"6/17/2005
23:56:45" as date
The same is true
for:
set ABSynchTime to
"6/17/2005
23:56:45"
set ABSynchTime to
ABSynchTime
as date
But, the following works:
set ABSynchTime to
"6/17/2005
23:56:45"
set ABSynchTime to
date
ABSynchTime
- David Crowe
_______________________________________________
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