Bunq import can now handle timestamps.

This commit is contained in:
James Cole
2019-02-08 16:45:42 +01:00
parent 311d51464d
commit 40d77d82cd
4 changed files with 10 additions and 7 deletions

View File

@@ -108,7 +108,7 @@
</tr>
<tr>
<td style="width:30%;">{{ trans('list.date') }}</td>
<td>{{ journal.date.formatLocalized(monthAndDayFormat) }}</td>
<td>{{ journal.date.formatLocalized(dateTimeFormat) }}</td>
</tr>
</tbody>
</table>