Compare commits
No commits in common. "77d482c5dcf73be7bdeace814b61a4cdbaca7658" and "865134080ee2a145d99c9273d0c9c1c3a98b5c68" have entirely different histories.
77d482c5dc
...
865134080e
@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
$_SESSION["typeU"] = "comptable";
|
||||||
|
|
||||||
require_once(__DIR__ . '/../Class/class.gestionFiche.php');
|
require_once(__DIR__ . '/../Class/class.gestionFiche.php');
|
||||||
$gestionFiche = new Class_gestionFiche($pdo);
|
$gestionFiche = new Class_gestionFiche($pdo);
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* sudo date --set "YYYY-MM-DD HH:MM:SS"
|
* 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');
|
require_once(__DIR__ . '/../Class/class.newFiche.php');
|
||||||
@ -41,7 +39,9 @@ if (isset($_GET['currentList'])) {
|
|||||||
|
|
||||||
//Date du header en français
|
//Date du header en français
|
||||||
try {
|
try {
|
||||||
|
//sudo timedatectl set-local-rtc 1
|
||||||
|
//sudo apt install php8.2-intl
|
||||||
|
//sudo service apache2 restart
|
||||||
$format = new IntlDateFormatter(
|
$format = new IntlDateFormatter(
|
||||||
'fr_FR',
|
'fr_FR',
|
||||||
IntlDateFormatter::FULL,
|
IntlDateFormatter::FULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user