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:
- Bug in FromDate
- From: sdementen@hotmail.com (Sebastien de Menten)
- Bug in FromDate