This topic is locked

show current date only in printer-friendy page

3/1/2007 9:22:04 AM
PHPRunner General questions
B
barwedel author

How can i show the current date ( date("d.m.Y") )?
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=4727&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' />

Alexey admin 3/1/2007

Armin,
just put this code to Print page:OnLoad event:

echo date("d.m.Y");

B
barwedel author 3/1/2007

Armin,

just put this code to Print page:OnLoad event:



<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=15934&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=15934&image=2&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=15934&image=3&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' />