bug
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
$_SESSION["typeU"] = "comptable";
|
||||
|
||||
require_once(__DIR__ . '/../Class/class.gestionFiche.php');
|
||||
$gestionFiche = new Class_gestionFiche($pdo);
|
||||
|
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* sudo date --set "YYYY-MM-DD HH:MM:SS"
|
||||
* sudo apt install php8.2-intl
|
||||
* sudo service apache2 restart
|
||||
*/
|
||||
|
||||
require_once(__DIR__ . '/../Class/class.newFiche.php');
|
||||
@@ -38,9 +40,7 @@ if (isset($_GET['currentList'])) {
|
||||
}
|
||||
//Date du header en français
|
||||
try {
|
||||
//sudo timedatectl set-local-rtc 1
|
||||
//sudo apt install php8.2-intl
|
||||
//sudo service apache2 restart
|
||||
|
||||
$format = new IntlDateFormatter(
|
||||
'fr_FR',
|
||||
IntlDateFormatter::FULL,
|
||||
|
Reference in New Issue
Block a user