MathGroup Archive 2010

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

Search the Archive

Re: data in absolutetime

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109906] Re: data in absolutetime
  • From: Patrick Scheibe <pscheibe at trm.uni-leipzig.de>
  • Date: Sat, 22 May 2010 00:41:45 -0400 (EDT)

Hi,

simply "Map" the desired function over your list

c = {20100520, 20100519, 20100512, 20100516, 20100430, 200100425,
  20100411, 20100407};
out = AbsoluteTime[ToString[#]] & /@ c

Cheers,
Patrick



  • Prev by Date: Re: How to Enable Automatic Recalculation
  • Next by Date: Re: data in absolutetime
  • Previous by thread: Re: Numerical solution of differential equation with boundary
  • Next by thread: Re: data in absolutetime