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"}}]