https://github.com/Team-Pyrenees/Questions-and-Answers-API/blob/6e6afc34126a4939c65d14378a42ba9ebe6817a7/transform/questionData.js#L18-L22 Is there a way to move this work into its own module/function? That way anytime you need to parse a date, you can just call a function.
https://github.com/Team-Pyrenees/Questions-and-Answers-API/blob/6e6afc34126a4939c65d14378a42ba9ebe6817a7/transform/questionData.js#L18-L22
Is there a way to move this work into its own module/function? That way anytime you need to parse a date, you can just call a function.