I like this recent posts widget, but I didn't like showing the hours and minutes in addition to the dates listed.
To do this I modified line 381 in class-framework-widgets.php, changing
echo "<span class='news-time'>".get_the_time("F j, Y, g:i a")."</span>";
to
echo "<span class='news-time'>".get_the_time("F j, Y")."</span>";














