MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completelly customizable, expandable and suitable for all needs.
Moderators: Moderators
Forum RSS feedReply
Showing time and date
AuthorText
Zion
Junior Member
Avatar

Posts: 27
Contributes: 29

Gender: _MALE_
Online: No
Date: 03/08/2008 05:18
Showing time and date
#post10791
Hi guys,
How can i show the time and date on the main html, near the path?
like:
{$showpath} {$date} {time}
website: www.shafan.net
version: 3.9.0
Zion.
Delete Edit Quote
 
JPappi
Senior Member
Avatar

Posts: 295
Contributes: 72

Gender: _MALE_
Online: No
Date: 03/08/2008 09:35
Re: Showing time and date
#post10792
Use something like this:
code
<div width="1%" style="float:right; padding:0 15px;"><?PHP echo @date(d.".".M.".".Y); ?></div>
Format your date and use the tags you need (<td><div><span>)
Insert after {showpath}
JPappi - have fun with memHT

Project at work: Find-4u.de

Image
Delete Edit Quote
 
Zion
Junior Member
Avatar

Posts: 27
Contributes: 29

Gender: _MALE_
Online: No
Date: 03/08/2008 10:55
Re: Showing time and date
#post10793
Thank you,
I added those lines:
code
<?php
                        global $dblink,$tzNOW;
                        $row = $dblink->get_row("SELECT $tzNOW as now");
                        echo $row['now'];
                ?>

Working good.
Zion.
Delete Edit Quote
 
Reply
Tags Cloud
Advertising
News Archive
Language
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.103.63.59

Username
Password
New files
MemHT Wiki
Friends
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo