Just Change the “Week Starts On” value from Settings > General to the day you want and it should work fine.
Just use has_post_thumbnail
<?php if(has_post_thumbnail()) {?>
<img src=”<?php the_post_thumbnail();?> />
<?php } ?>
More info: http://codex.ww.wp.xz.cn/Function_Reference/has_post_thumbnail