diff options
author | polo <ordipolo@gmx.fr> | 2022-11-29 04:43:39 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-11-29 04:43:39 +0100 |
commit | 473ee4ec50a6bfdfa5c145471b077b7e3749beeb (patch) | |
tree | 021131b50fda212f8c8698a494551b3758cdc302 /config.php | |
parent | 537599eab12656e8d1ec40b085b687714483f4fc (diff) | |
download | AppliGestionPHP-473ee4ec50a6bfdfa5c145471b077b7e3749beeb.zip |
fonctions date <-> timestamp
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,6 +45,10 @@ $image_editor = 'gimp'; | |||
45 | // $publishing = 'scribus'; | 45 | // $publishing = 'scribus'; |
46 | $publishing = 'scribus'; | 46 | $publishing = 'scribus'; |
47 | 47 | ||
48 | // format des dates: EU = européenne 28-11-2022, US = américaine 11/28/2022 | ||
49 | // $date_format = 'EU'; | ||
50 | $date_format = 'EU'; | ||
51 | |||
48 | 52 | ||
49 | //$x_terminal = 'xterm'; | 53 | //$x_terminal = 'xterm'; |
50 | // -- état actuel du programme -- | 54 | // -- état actuel du programme -- |