miyabi Posted March 13, 2009 Share Posted March 13, 2009 Hi, I want to display the time on the foot header line, rather than just date and year... Any suggestion? Link to comment Share on other sites More sharing options...
germ Posted March 14, 2009 Share Posted March 14, 2009 /catalog/includes/footer.php Old code: <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td> New code: <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> <?php echo strftime('%H:%M:%S'); ?> </td> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.