Révision 483b0343

b/index.php
96 96
	$vue = $_GET['vue'];
97 97
	$date = $_GET['date'];
98 98
	if (!$date) {
99
		$ts = $tsNow;
99
		$ts = strtotime(date("Y/m/01", $tsNow));
100 100
	} else {
101 101
		$ts = strtotime($date);
102 102
	}

Formats disponibles : Unified diff