You were sooooo close. It's a rank thing.

   aa0=. '4-Apr-1930';'5-Apr-1930';'6-Apr-1930'  NB. example setup
   aa1=. aa0,aa0,aa0,aa0
   a0=. isotimestamp getdate every aa1
   ]d0=. 10 {. a0
1930-04-04 00:00:00.000
1930-04-05 00:00:00.000
1930-04-06 00:00:00.000
1930-04-04 00:00:00.000
1930-04-05 00:00:00.000
1930-04-06 00:00:00.000
1930-04-04 00:00:00.000
1930-04-05 00:00:00.000
1930-04-06 00:00:00.000
1930-04-04 00:00:00.000
   ]d1=. 10 {."1 a0
1930-04-04
1930-04-05
1930-04-06
1930-04-04
1930-04-05
1930-04-06
1930-04-04
1930-04-05
1930-04-06
1930-04-04
1930-04-05
1930-04-06

Cheers, bob

> On May 30, 2016, at 7:26 PM, PR PackRat <[email protected]> wrote:
> 
> ]d0=. 10 {. a0

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to