Or, going directly from start to finish:

      aa0=. '4-Apr-1930';'5-Apr-1930';'6-Apr-1930'
      10&{.@isotimestamp@getdate each aa0
┌──────────┬──────────┬──────────┐
│1930-04-04│1930-04-05│1930-04-06│
└──────────┴──────────┴──────────┘

For a little more insight into the grammar, you might want to try:

      require'trace debug/dissect'
      trace '10&{.@isotimestamp@getdate each aa0'
      paren '10&{.@isotimestamp@getdate each aa0'
      dissect '10&{.@isotimestamp@getdate each aa0'

I hope this helps,

-- 
Raul

On Mon, May 30, 2016 at 11:05 PM, robert therriault
<[email protected]> wrote:
> Now that I have read your request a little more carefully, here is a more 
> complete boxed answer.
>
>     ]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│
> └──────────┴──────────┴──────────┴──────────┴──────────┴──────────┴──────────┴──────────┴──────────┴──────────┴──────────┴──────────┘
>
> Hope this helps.
>
> Cheers, bob
>
>
>
>> On May 30, 2016, at 7:26 PM, PR PackRat <[email protected]> wrote:
>>
>> Please help!  I would prefer at least two steps--one which grabs just
>> the yyyy-mm-dd values (not the time values) and one which boxes those
>> reformatted dates as shown above.
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to