|
[Date Index]
[Thread Index]
[Author Index]
Re: List of Month Names
- To: mathgroup at smc.vnet.net
- Subject: [mg93617] Re: List of Month Names
- From: appris at att.net
- Date: Tue, 18 Nov 2008 07:21:00 -0500 (EST)
- References: <gfrjs6$llf$1@smc.vnet.net>
Does this work?
DateString["2008," <> ToString[#] <> ",1", "MonthName"] & /@ Range[12]
DateString["2008,1," <> ToString[#], "DayName"] & /@ Range[7, 13]
Prev by Date:
Re: Complement ...
Next by Date:
How to get the best expression of an ode's solution
Previous by thread:
Re: List of Month Names
Next by thread:
Re: List of Month Names
|