[EMAIL PROTECTED] (Dave Rolsky) wrote: > My only point was that according to Calendrical Calculations, the > Gregorian calendar, when extended backwards before 1582 [...]
This is known as the proleptic (sometimes spelt "prolaptic") Gregorian calendar. Ditto with the Julian calendar. Peter -- #!/local/bin/perl5 -wp -*- mode: cperl; coding: iso-8859-1; -*- # matlab comment stripper (strips comments from Matlab m-files) s/^((?:(?:[])}\w.]'+|[^'%])+|'[^'\n]*(?:''[^'\n]*)*')*).*/$1/x;
