I want to convert a date I queried from the database, to explain it further here is my code on views.
@foreach($myquery as $mydate)
<tr>
<td>{{ Date::createFromFormat('l',$mydate->logon)}}</td>
<td></td>
<td></td>
<td></td>
</tr>
@endforeach
what I want to output is just the Day, Example: mondays, fridays etc $mydate->logon outputs 2014-11-25 10:28:09