File "test.php"

Full Path: /home/analogde/www/Prog/MMM/Fusion/Table/test.php
File size: 200 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

	date_default_timezone_set('Europe/Paris');

	$startdate = strtotime("03/11/2024");
	echo " >>>>> " .$startdate;
	echo "<br>";
	echo "Conversion inverse " .date('m/d/Y', $startdate);
?>