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
- Follow-Ups:
- Re: Bug in FromDate
- From: DrBob <drbob@bigfoot.com>
- Re: Bug in FromDate