MathGroup Archive 2004

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

Search the Archive

Bug in FromDate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg48903] Bug in FromDate
  • From: sdementen at hotmail.com (Sebastien de Menten)
  • Date: Tue, 22 Jun 2004 05:32:21 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

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


  • Prev by Date: ISO Steiner Tree Program
  • Next by Date: RE: Re: faster sublist checking
  • Previous by thread: ISO Steiner Tree Program
  • Next by thread: Re: Bug in FromDate