MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: data in absolutetime

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109916] Re: data in absolutetime
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sat, 22 May 2010 00:43:34 -0400 (EDT)

c = {20100520, 20100519, 20100512, 20100516, 20100430, 200100425, 
   20100411, 20100407};

AbsoluteTime /@ ToString /@ c

{3483302400,3483216000,3482611200,3482956800,3481574400,6314499548755200,3479932800,3479587200}


Bob Hanlon

---- Beata  <beatawarchol at gmail.com> wrote: 

=============

Dear MathGroup,

I have list of date
for example:
c={20100520,20100519,20100512,20100516,20100430,200100425,20100411,20100407}
in this format.
I need get from this list a new list with the same date but in absolutetime
When I use AbsoluteTime["20100520"], I get this, but I don't know how  can  
I use it for whole list c

Please for help
Beata




  • Prev by Date: Re: data in absolutetime
  • Next by Date: V. 6.0: PNG export problems
  • Previous by thread: Re: data in absolutetime
  • Next by thread: Re: data in absolutetime