http://www.vitalisoflothar.com/roster/a ... berlog&d=1
Edit:
lol, nvm. I found it. It's in the memberlog.php file
change
- Code: Select all
style="'.$wordings[$roster_conf["roster_lang"]]["ml_".$row['type']."_style"].'">'.date("G:i d/m/Y",$row['date']).'</td>'."\n";
to
- Code: Select all
style="'.$wordings[$roster_conf["roster_lang"]]["ml_".$row['type']."_style"].'">'.date("G:i m/d/Y",$row['date']).'</td>'."\n";