| Author |
Comment/Response |
Augustus
|
12/31/12 11:50am
Hi
Please give me a hint of how to extract a list of dates nested
in the list like this ----{{"11/15/2011", 8.98, 8.98, 8.75, 8.9, 8934}, {"11/16/2011", 8.8,
9.45, 8.8, 9.24, 81476}, {"11/17/2011", 9.17, 10.07, 9.16, 10.05,
366003}, {"11/18/2011", 9.9, 10.25, 9.79, 10.04,
335971}, {"11/21/2011", 10.2, 10.2, 9.5, 9.5, 64430}}
I tried accomplish that by this---- DateList[{#, {"Month", "Day", "Year"}}] & /@ (DateString[#] & /@
Rest[list] [[All,1]]) but it cut out the first date.
Thank You for any hint
URL: , |
|