Merge branch 'main' of https://gitea.lyc-lecastel.fr/pierre.renaudot/AP44
This commit is contained in:
commit
db1c54c442
@ -1,6 +1,8 @@
|
|||||||
<?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');
|
||||||
@ -39,9 +41,7 @@ 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