siamon123 / warehouse-inventory-system

Open source inventory management system with php and mysql
http://www.oswapp.com
MIT License
389 stars 234 forks source link

Changing datetime #38

Open jamcardinality opened 6 years ago

jamcardinality commented 6 years ago

how to change the datetime of system?

marrodeur commented 5 years ago

Hello pour changer la date: layouts/header.php

Francais: `

<title><?php ### **setlocale (LC_TIME, 'fr_FR.utf8','fra');**
        if (!empty($page_title))
       echo remove_junk($page_title);`

et plus bas:

`

<?php ### echo strftime("%A %d %B %H:%M:%S", time()); ?>

` For your pays: https://www.w3schools.com/PHP/func_string_setlocale.asp
marrodeur commented 5 years ago

Juste dans le header. Pour les articles je ne l'ai pas fais car je trouve que c'est mieux pour les recherches.

Just in the header. For articles I did not do it because I think it's better for research.