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