date "Jan" --> date object
date "Jan" --> date object
- Subject: date "Jan" --> date object
- From: "Arthur J. Knapp" <email@hidden>
- Date: Tue, 12 Nov 2002 13:00:06 -0500
Here's something I never noticed before: you can simply use a
month name-string to obtain a date for the first day of that month
for the current year.
date "November" --> compiles as date "Friday, November 1, 2002 12:00:00 AM"
date ("" & "Nov") --> returns date "Friday, November 1, 2002 12:00:00 AM"
{ Arthur J. Knapp, of <
http://www.STELLARViSIONs.com>
a r t h u r @ s t e l l a r v i s i o n s . c o m
}
_______________________________________________
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.