MathGroup Archive 2012

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

Search the Archive

Re: Date Formatting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129027] Re: Date Formatting
  • From: James Choi <sabio at isabio.com>
  • Date: Sun, 9 Dec 2012 10:59:15 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <k9umme$sia$1@smc.vnet.net>

Looks like you should remove { } around dates since your dates already have it.

DateListPlot[{1, 2}, date]

You can use DateList function to convert text into a list.

DateList[#] & /@ {"Mar-28-2008", "Apr-03-2009"}

James



  • Prev by Date: How do you TraditionalForm inside your TextCell?
  • Next by Date: Re: Displaying the solution step by step in Wolfram Mathematica
  • Previous by thread: Re: Date Formatting
  • Next by thread: Re: Date Formatting