Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 33 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 33 Revision 36
Zeile 78... Zeile 78...
78
				{
78
				{
79
					$cal.="<td>&nbsp;</td>";
79
					$cal.="<td>&nbsp;</td>";
80
				}
80
				}
81
				else
81
				else
82
				{
82
				{
83
					$x_date=sprintf("%02d",$Day->thisDay()).".$m.$y";
83
					$x_date=sprintf("%02d",$Day->thisDay()).".".sprintf("%02d", $Day->thisMonth()).".".$Day->thisYear();
84
					if($x_date == $t_date)
84
					if($x_date == $t_date)
85
					{
85
					{
86
						$cal.="<td class='cal-today'>";
86
						$cal.="<td class='cal-today'>";
87
					}
87
					}
88
					else
88
					else