Show Server Time on Login Screen

Topics brought up by the TimeTrex open source community.
Post Reply
tomd
Posts: 2
Joined: Fri May 01, 2015 8:49 am

Show Server Time on Login Screen

Post by tomd »

Hello I have looked around Timetrex and these forums but I have not found a solution yet. I s there a way to have the server time displayed on the Login screen. So that people can see the time clock time instead of using a watch and having the time be off. Any help would be appreciated. Thanks!
JamesH
Posts: 7
Joined: Tue May 12, 2015 5:56 pm

Re: Show Server Time on Login Screen

Post by JamesH »

I'm no expert with TimeTrex, actually, I'm just trying to install it for the first time ever, but I've done a lot of problem solving in different situations and it looks like you just need to put something like:

Code: Select all

echo "The time is " . date("h:i:sa");
into the right php file's code in the right spot..

Just my thoughts...
--James
Post Reply