PHPJunkyard support forum
https://developers.phpjunkyard.com/
Adding a time stamp to messages.
https://developers.phpjunkyard.com/viewtopic.php?t=2693
Page
1
of
1
Adding a time stamp to messages.
Posted:
Mon Aug 17, 2009 3:57 pm
by
GreggB
How would I add the time to be displayed next to the date stamp on the Message Board messages?
I figured it out.
Posted:
Mon Aug 17, 2009 4:55 pm
by
GreggB
Where $date=date ("d/M/Y") I changed to "d/M/Y H:i"
Thanks.