<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.calendar.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.frenchtojd.php',
    1 => 'FrenchToJD',
    2 => 'Converte una data del Calendario Repubblicano Francese in un Giorno
     Giuliano',
  ),
  'up' => 
  array (
    0 => 'ref.calendar.php',
    1 => 'Calendar Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.easter-days.php',
    1 => 'easter_days',
  ),
  'next' => 
  array (
    0 => 'function.gregoriantojd.php',
    1 => 'GregorianToJD',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/calendar/functions/frenchtojd.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.frenchtojd" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">FrenchToJD</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">FrenchToJD</span> &mdash; <span class="dc-title">
     Converte una data del Calendario Repubblicano Francese in un Giorno
     Giuliano
    </span></p>

   </div>
   <div class="refsect1 unknown-463" id="refsect1-function.frenchtojd-unknown-463">
    <h3 class="title">Description</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>frenchtojd</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$mese</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$giorno</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$anno</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

    <p class="para rdfs-comment">
     Converte una data del Calendario Repubblicano Francese in un Giorno
     Giuliano.
    </p>
    <p class="para">
     Queste funzioni convertono solo le date con gli anni dal 1 al 14
     (date Gregoriane dal 22 Settmbre 1792 al 22 Settembre
     1806). Questo copre più del periodo in cui fu in uso il
     calendario.
    </p>
   </div>

  </div><?php manual_footer($setup); ?>