mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	time format
This commit is contained in:
		| @@ -41,11 +41,11 @@ | ||||
|             @endif | ||||
|         </td> | ||||
|             @if($account->lastActivityDate) | ||||
|                 <td data-value="{{$account->lastActivityDate->format('Y-m-d')}}"> | ||||
|                 <td data-value="{{$account->lastActivityDate->format('U')}}"> | ||||
|                     {{{$account->lastActivityDate->format('j F Y')}}} | ||||
|                 </td> | ||||
|             @else | ||||
|                 <td> | ||||
|                 <td data-value="0"> | ||||
|                     <em>Never</em> | ||||
|                 </td> | ||||
|             @endif | ||||
|   | ||||
| @@ -24,11 +24,11 @@ | ||||
|             <a href="{{route('categories.show',$category->id)}}" title="{{{$category->name}}}">{{{$category->name}}}</a> | ||||
|         </td> | ||||
|         @if($category->lastActivity) | ||||
|             <td data-value="{{$category->lastActivity->format('Y-m-d')}}"> | ||||
|             <td data-value="{{$category->lastActivity->format('U')}}"> | ||||
|                 {{$category->lastActivity->format('jS F Y')}} | ||||
|             </td> | ||||
|         @else | ||||
|             <td> | ||||
|             <td data-value="0"> | ||||
|                 <em>Never</em> | ||||
|             </td> | ||||
|         @endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user