mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
convert date for new household
This commit is contained in:
parent
8fb3870ca0
commit
4279acc2f8
@ -302,7 +302,7 @@ const store = createStore({
|
|||||||
},
|
},
|
||||||
number_of_children: state.numberOfChildren,
|
number_of_children: state.numberOfChildren,
|
||||||
start_date: {
|
start_date: {
|
||||||
datetime: datetimeToISO(state.startDate),
|
datetime: datetimeToISO(ISOToDate(state.startDate)),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user