MathGroup Archive 2004

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

Search the Archive

Re: Bug in FromDate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48916] Re: [mg48903] Bug in FromDate
  • From: DrBob <drbob at bigfoot.com>
  • Date: Wed, 23 Jun 2004 02:51:15 -0400 (EDT)
  • References: <200406220932.FAA10328@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

>> I am using FromDate with arguments outside the usual scope but don't
get any sensible result.

Why should you?

Bobby

On Tue, 22 Jun 2004 05:32:21 -0400 (EDT), Sebastien de Menten <sdementen at hotmail.com> wrote:

> Hi,
>
> I am using FromDate with arguments outside the usual scope but don't
> get any sensible result.
>
> The first example is OK:
> ToDate[FromDate[{2004,14,1,0,0,0}]] -> {2005,2,1,0,0,0}
>
> While the second is wrong:
> ToDate[FromDate[{2004,15,1,0,0,0}]] -> {2005,3,4,0,0,0} instead of
> {2005,3,1,0,0,0}
>
> Does anybody know the expected behaviour of FromDate ?
>
> TX
> Seb
>
>



-- 
DrBob at bigfoot.com
www.eclecticdreams.net/index.html


  • References:
  • Prev by Date: Re: Bug in FromDate
  • Next by Date: Printing Rotated Text from a Mac
  • Previous by thread: Bug in FromDate
  • Next by thread: Re: Bug in FromDate