Re: Indexing the month
Re: Indexing the month
- Subject: Re: Indexing the month
- From: Martin Orpen <email@hidden>
- Date: Thu, 09 Dec 2004 12:02:59 +0000
on 9/12/04 1:48 am, Michelle Steiner wrote:
> On Dec 8, 2004, at 6:36 PM, Martin Orpen wrote:
>
>> set foo to 11
>> set bar to "1/" & foo & "/0"
>> month of date bar
>>
>> -->November
>
> I get January
>
> set bar to foo & "/1" as text
>
> --> November
You'll be needing my *international* version then:
set foo to "11"
set bar to foo & "/" & foo & "/" & foo
month of date bar
--
Martin Orpen
_______________________________________________
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