|
<?php echo strtr(strftime("<table bgcolor=black bordercolor=#99CCFF border=3> <tr><td> <table> <tr><td bgcolor=red><b>Heute ist %u,"), $wein=array("1" => "Montag", "2" => "Dienstag", "3" => "Mittwoch", "4" => "Donnerstag", "5" => "Freitag", "6" => "Samstag", "7" => "Sonntag")). strftime(" der %d.%m.%Y, es ist</b> </td></tr> <tr><td align=center bgcolor=black> <br><font size = 6 color = #006666>%R </font> <font color=#44").dechex(strftime("%S"))."66>" .strftime("%S </font><br><br> </td></tr> <tr><td bgcolor=#0066CC align=center> <b>und wir befinden uns in der %V Woche</b> </td></tr> </table> </td></tr> </table>"); ?> <h2>Nimm dir die Zeit</h2>
|
|