From 473ee4ec50a6bfdfa5c145471b077b7e3749beeb Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 29 Nov 2022 04:43:39 +0100 Subject: fonctions date <-> timestamp --- config.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.php') diff --git a/config.php b/config.php index 754a887..5933242 100644 --- a/config.php +++ b/config.php @@ -45,6 +45,10 @@ $image_editor = 'gimp'; // $publishing = 'scribus'; $publishing = 'scribus'; +// format des dates: EU = européenne 28-11-2022, US = américaine 11/28/2022 +// $date_format = 'EU'; +$date_format = 'EU'; + //$x_terminal = 'xterm'; // -- état actuel du programme -- -- cgit v1.2.3