This commit is contained in:
pierre renaudot 2024-01-18 10:27:19 +01:00
commit db1c54c442

View File

@ -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');
@ -39,9 +41,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,