Ok i got it to work but it’s very guerrilla hard-coded and definately not a proper solution but i just needed it to work, fast so here’s what i did:
In microkids-related-posts.php i replaced line 658 with
$output .= mysql2date('j F Y', $related_post->post_date) . " - <a href=\"".get_permalink( $related_post->ID )."\">".$related_post->post_title."</a>";
Now this is also if you don’t use the thumbnails, then you have to edit line 655 i suppose.
Anyway, like i said this is in no way a proper solution but im not a very experienced programmer but it works until a more permanent solution comes up!