Question: formating dates
Heyhey, at first: Thank you very much for this great library!
I have the following question and thought that maybe someone has an easy answer because I am actually quite new to this jsonApi thing.
My api formats the dates according to this standard: https://www.w3.org/TR/NOTE-datetime (which i could change if that would help) I've got a datepicker that needs the date as JavaScript Date Object. Now I convert the dates, everytime i make a get request and everytime i make an update request. I also tried using a custom derserializer but than I have to do the whole deserializing process on my own, even though i only need to manipulate one or two attributes. should i maybe build a middleware for this?
Thank you in advance :)