Added an daily-same-time chore period type (closes #1793)

This commit is contained in:
Bernd Bestel
2022-02-20 16:03:50 +01:00
parent e220b3e9f3
commit 1aa7db9c2a
5 changed files with 83 additions and 5 deletions

View File

@@ -171,7 +171,7 @@
$value = date('Y-m-d H:i:s');
if ($mode == 'edit')
{
$value = date('Y-m-d', strtotime($chore->start_date));
$value = date('Y-m-d H:i:s', strtotime($chore->start_date));
}
@endphp
@include('components.datetimepicker', array(