Re: Date pickers
Re: Date pickers
- Subject: Re: Date pickers
- From: Robert DuToit <email@hidden>
- Date: Tue, 9 Feb 2010 08:54:07 -0500
Pretty cool.
So a quick AS date to ASOC date would be:
set theNSdate to current application's class "NSDate"'s |date|()
set myFormatter to current application's class "NSDateFormatter"'s alloc()'s init()
myFormatter's setDateFormat_("yyyy-MM-dd H:m:s")
set theDateString to (myFormatter's stringFromDate_(theNSdate))
do shell script "echo " & quoted form of (theDateString as text) & "| xxd -u -p"
set theDate to (run script "get «data isot" & (text 1 thru -3 of the result) & "»") as date
log (theDate as string)
However I suppose this is not international proof. But still nice.
Rob _______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden