Re: date format
Re: date format
- Subject: Re: date format
- From: Nigel Garvey <email@hidden>
- Date: Wed, 28 Nov 2001 09:04:13 +0000
Emmanuel wrote on Wed, 28 Nov 2001 02:09:32 +0100:
>
At 18:10 +0100 27/11/01, email@hidden wrote:
>
>
>Someone streamlined the FrenchVanillaDate function a bit - either Emmanuel
>
>himself or perhaps Nigel.
>
>
>
>----------------------------------------------------------------------
>
> set dLim to "/"
>
>
Cannot be me. The names of my variables begin with "the". (They have to
>
pass the "thethe" test.)
I don't recognise it either. But few months ago, Richard Hartman managed
to cut an addition from French Vanilla itself by changing:
1 + (curDate - dateCnst + 1314864) div 2629728
... to:
1 + (curDate - dateCnst) div 2419200
It seems to work reliably.
NG