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") )? |
|
![]() |
Alexey admin 3/1/2007 |
Armin, echo date("d.m.Y"); |
B
|
barwedel author 3/1/2007 |
Armin, just put this code to Print page:OnLoad event:
|