1
ManXP
Insert today's date
  • 2005/10/14 21:25

  • ManXP

  • Quite a regular

  • Posts: 231

  • Since: 2003/8/14


I know this question may sound silly, but I really need an answer to this one :)

How could I insert today's date into XOOPS module templates? For example, I need to insert date into WF-Downloads module. So I modified the right file and in the place (where I want date to appear) added:

<?php echo date("l"); ?>

But nothing happens (template was updated, of course), it doesn't display today's date. Any ideas are very welcome