Re: creation of date list
- To: mathgroup at smc.vnet.net
- Subject: [mg124743] Re: creation of date list
- From: Ulrich Arndt <ulrich.arndt at data2knowledge.de>
- Date: Sat, 4 Feb 2012 06:25:44 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201202030712.CAA12063@smc.vnet.net>
This should do
DateString[#, {"Month","Day",
"Year"}] & /@ (DatePlus[
DateList[{1991, 01, 01}], #] & /@ (Range[365] - 1))
Am 03.02.2012 um 08:12 schrieb shippee:
> I need to create a list of dates which runs from:
>
> 01/02/1901
> 01/03/1901
> 01/04/1901
> ...
> 12/11/1991
> 12/12/1991
> 12/13/1991
>
> but end up with a list of all those dates without the forward slash
> "/" - any thoughts on the best way to approach this with Mathematica?
> Please & Thanks in advance.
>
>
- References:
- creation of date list
- From: shippee <slshippee@gmail.com>
- creation of date list