MathGroup Archive 2008

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

Search the Archive

Re: List of Month Names

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93619] Re: List of Month Names
  • From: David Reiss <dbreiss at gmail.com>
  • Date: Tue, 18 Nov 2008 07:21:22 -0500 (EST)
  • References: <gfrjs6$llf$1@smc.vnet.net>

Hi David,

A strategy along the followiing lines will work:

DateString[{2008, #, 0, 0}, "MonthName"] & /@ Range[12]

Best,

David


On Nov 17, 6:17 am, "David Park" <djmp... at comcast.net> wrote:
> Is there a short Mathematica command to obtain a list of month names or
> short month names in order, without having to type them all in by hand? A=
nd
> same question for days of the week.
>
> Thanks in advance.
>
> David Park
>
> djmp... at comcast.net
>
>  <http://home.comcast.net/~djmpark>http://home.comcast.net/~djmpark



  • Prev by Date: Re: Variable passing to SQLExecute
  • Next by Date: Re: Machine-precision Exp[] function
  • Previous by thread: Re: List of Month Names
  • Next by thread: Re: List of Month Names