Re: Coerce time
Re: Coerce time
- Subject: Re: Coerce time
- From: Harald E Brandt <email@hidden>
- Date: Mon, 1 Dec 2003 09:57:57 +0100
+--> Graff wrote 03-11-30:
First of all if you want to change a long date to a short date and
you want to follow the localization for the user, do this:
---------
set myDate to date "August 20, 2003"
set myShortDate to short date string of myDate
+-------- -----------------
You have an osax somewhere! 'short date string' does not compile.
+--
set theMonth to the (month of myDate) as integer
+- ----------
Probably the same osax. '(month of myDate) as integer' will not make
it into an integer on my system.
_______________________________________________
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.