It permit the creation and the management online of websites with few and easy steps. It's completely customizable, expandable and suitable for all needs.
Site url:http://www.mscriacoes.com.br MemHT version: 4.0.1 Hosting OS: Linux PHP and MySQL versions: 5/5 Installed addons/scripts: oh year Error/Problem: Dates
I look again. Come on, make time to try to change the format of the dates that are in the format but I can not 0000-00-00.
The closest I could do was add the TIMESTAMP on those dates, but also returns the time. Some blocks, like block ESTATISTICS that has the date in format 0000-00-00.
I tried the following code:
code
$result = $dblink->get_list("SELECT * FROM memht_statistics_hits ORDER BY day DESC LIMIT 7");
Is changed to the following:
code
$result = $dblink->get_list("SELECT *,DATE_FORMAT(day,'".$siteConfig['timestamp']."') AS day FROM memht_statistics_hits ORDER BY day DESC LIMIT 7");
But is returning the date in the format 00/00/0000 00:00, and I would leave only the date, because I know that the TIMESTAMP returns everything, and if the block statistics, does not appear hours, then I would Remove and leave only the date. I tried the commands as the MySQL DATE alone, but the memht not acknowledged.
What do I do with those hours do not appear?
..::MS Criações::.. - Criação e Hospedagem de Websites! ..::Memht BRASIL::.. - Comunidade brasileira do MemHT! Soon, Virtual Store with Modules and Templates for MemHT! Eager for MemHT 5
..::MS Criações::.. - Criação e Hospedagem de Websites! ..::Memht BRASIL::.. - Comunidade brasileira do MemHT! Soon, Virtual Store with Modules and Templates for MemHT! Eager for MemHT 5
..::MS Criações::.. - Criação e Hospedagem de Websites! ..::Memht BRASIL::.. - Comunidade brasileira do MemHT! Soon, Virtual Store with Modules and Templates for MemHT! Eager for MemHT 5