MathGroup Archive 2010

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

Search the Archive

Re: Date & Time format..

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107745] Re: Date & Time format..
  • From: "Alexey Popkov" <lehin.p at gmail.com>
  • Date: Thu, 25 Feb 2010 01:53:32 -0500 (EST)
  • References: <hlj414$rqp$1@smc.vnet.net> <hm322l$m95$1@smc.vnet.net>

> 1. how to make Mathematica recognize AMPM situation
The solution is
DateList[{"11/4/2009 3:24:06.505 PM", {"Day", "Month", "Year",
 "Hour12Short", "Minute", "Second", "Millisecond", "AMPM"}}]

>2. Yes.. how to clear the ambiguity..
>either day/month or month/day...

There ia no any ambiguity. See:
DateList[{"11/4/2009 3:24:06.505 PM", {"Month", "Day", "Year", 
"Hour12Short",
"Minute", "Second", "Millisecond", "AMPM"}}]




  • Prev by Date: Re: detection of automatic range of plot?
  • Next by Date: Installing Mathematica 7 in Linux (ferora 12 x86_64)
  • Previous by thread: Re: Date & Time format..
  • Next by thread: Re: Date & Time format..