git-svn-id: svn://svn.cccv.de/engel-system@135 29ba0400-6e00-0410-a75a-ca02368028f8

This commit is contained in:
codemonk 2006-08-26 13:04:40 +00:00
parent 5a8bffd902
commit 39c5125ac4
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ if( !function_exists("DatumUm1TagErhoehen"))
$Jahr++;
}
$Tag = strlen( $Tag ) == 1 ? "0".$Tag : $Tag;
$Monat = strlen( $Monat ) == 1 ? "0".$Monat : $Monat;
return ("$Jahr-$Monat-$Tag");
} //function DatumUm1Tagerhoehen(
}