Re: Create a folder with today's date as the folder name
Re: Create a folder with today's date as the folder name
- Subject: Re: Create a folder with today's date as the folder name
- From: Shane Stanley <email@hidden>
- Date: Mon, 11 Feb 2002 12:57:56 +1100
On 11/2/02 12:43 PM +1000, Michelle Steiner, email@hidden, wrote:
>
I found that this code works quite well, and quite fast:
>
>
set theMonth to text 1 through 3 of (month of (current date) as text)
>
set allTheMonths to "JanFebMarAprMayJunJulAugSepOctNovDec"
>
set monthInteger to ((offset of theMonth in allTheMonths) + 2) div 3
But it is language dependent, which I guess rules it out for Has's use in a
mod.
--
Shane Stanley, email@hidden
_______________________________________________
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.