On Sat, 24 May 2003 19:24:12 -0400
"Keith C. Ivey" <[EMAIL PROTECTED]> wrote:

> Vladi Belperchinov-Shabanski <[EMAIL PROTECTED]> wrote:
> 
> > $days = 31;
> > $days-- unless $mon % 2;

yes, my mistake, this line should be:

$days-- unless ($mon + ( $mon > 7 )) % 2;

:)

> > if( $mon == 2 )
> >   {
> >   $days--;
> >   $days-- if ( $year % 4 ) or (!( $year % 100 ) and ( $year %
> >   400 )); }
> > return $d;
> 
> Are days distributed differently in the last 5 months of
> the year in the Bulgarian calendar?  That must complicate
> international communication.
> 
> -- 
> Keith C. Ivey <[EMAIL PROTECTED]>
> Washington, DC
> 
> 


-- 

*** WARNING: PLEASE DO NOT WRITE ME AT [EMAIL PROTECTED] ***
MAIL.BG  SERVICE IS BROKEN AND DROPS OR REFUSES MESSAGES

--
Vladi Belperchinov-Shabanski <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
Personal home page at http://soul.datamax.bg/~cade
DataMax SA   http://www.datamax.bg
Welcome to this crazy world, welcome to the show that never ends...

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to