Hi - I'm trying to put the date on my web pages with the following code:
<? print(date("m-d-Y")); ?>
It doesn't seem to like it - no date showing up - do I need to alter this, or is it down to the server settings?
Thanks!
Paul.
<? print(date("m-d-Y")); ?>
It doesn't seem to like it - no date showing up - do I need to alter this, or is it down to the server settings?
Thanks!
Paul.
Comment