Date: Thu, 23 Dec 2004 02:08:05 -0500
Reply-To: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Subject: Re: seasonal fun : future is how far? - 5dig dates
Alan wrote:
> Nice code, Peter. How about the following big date Christmas puzzle?
>
> What's special about the 27th January 5452?
>
> Adapting Peter's code, I checked this is the only such date before
> 31DEC20000.
> Bonus for mathematicians - is it the only such date ever?
> And a Happy New Year,
special = date = put(date,mmddyyN8.);
--
Richard A. DeVenezia
http://www.devenezia.com/
|