Révision 3c8d56df

b/index.php
271 271
		$ts = strtotime("+$v month", strtotime($dateDeb));
272 272
		$date_annee = date("Y", $ts);
273 273
		$date_mois = date("m", $ts);
274
		$nom_mois = date("F", $ts);
274
		setlocale(LC_TIME, "fr_FR.UTF8");
275
		$nom_mois = strftime("%B", $ts);
275 276
		$nb_jours = date("t", $ts);
276 277
?>
277 278
	<tr><td colspan="3">

Formats disponibles : Unified diff