MathGroup Archive 2012

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

Search the Archive

Re: creation of date list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg124940] Re: creation of date list
  • From: Murta <rodrigomurtax at gmail.com>
  • Date: Mon, 13 Feb 2012 03:40:33 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jgg1gp$bpp$1@smc.vnet.net> <jglnk0$2bf$1@smc.vnet.net>

Hi...
There is another solution

DateString[#, {"Month", "/", "Day", "/", "Year"}] & /@
NestList[DatePlus[#, 1] &, "19010101", 364]

[]'s
Murta



  • Prev by Date: Re: List Manipulation
  • Next by Date: Re: Repackaging function arguments
  • Previous by thread: Re: creation of date list
  • Next by thread: Initialization Cells Not Evaluated When Notebook Saved to CDF