Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > alt.comp.lang.applescript > #49

AppleScripting Numbers

From Chris Schram <chrispam1@me.com>
Newsgroups alt.comp.lang.applescript, comp.sys.mac.apps
Subject AppleScripting Numbers
Date 2018-05-11 21:04 +0000
Organization Where the hell is Langlois, Oregon?
Message-ID <pd50gm$1355$1@gioia.aioe.org> (permalink)

Cross-posted to 2 groups.

Show all headers | View raw


Sorry for the crosspost, but there have been no messages in
alt.comp.lang.applescript since last March.

I am working on a Numbers spreadsheet that gets populated with data pasted in
from a text file. Among that data is a column of dates in the "2018-05-11
13:00:00" format. I can ensure that Numbers recognizes them as dates with
something like:

set selection range to range ("E3:E146")
set the format of selection range to date and time

But I would like the dates to look more like "Fri, May 11, 2018 1:00 PM". This
is very easily dome within Numbers; there are numerous date formats available. I
just can't figure out the incantation within AppleScript that can perform that
formatting.

Ideas? Thanks.

-- 
chrispam1@me.com is a filtered spam magnet. Email replies may be lost.
You're better off replying to this newsgroup.

Back to alt.comp.lang.applescript | Previous | NextNext in thread | Find similar


Thread

AppleScripting Numbers Chris Schram <chrispam1@me.com> - 2018-05-11 21:04 +0000
  Re: AppleScripting Numbers Jolly Roger <jollyroger@pobox.com> - 2018-05-11 22:07 +0000
    Re: AppleScripting Numbers Chris Schram <chrispam1@me.com> - 2018-05-11 22:50 +0000

csiph-web